Color Hex Logo

#2f215d Color Hex

#2F215D
(47,33,93)
0 Favorites   0 Comments

Color spaces of #2f215d

RGB 473393
HSL0.710.480.25
HSV254°65°36°
CMYK 0.490.650.00   0.64
XYZ3.69192.482410.6405
Yxy2.48240.21960.1476
Hunter Lab15.755614.2542-29.0123
CIE-Lab17.838823.4756-33.7793

#2f215d color RGB value is (47,33,93).

#2f215d hex color red value is 47, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2f215d hue: 0.71 , saturation: 0.48 and the lightness value of 2f215d is 0.25.

The process color (four color CMYK) of #2f215d color hex is 0.49, 0.65, 0.00, 0.64. Web safe color of #2f215d is #333366. Color #2f215d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00100001 01011101
Octal 57 41 135
Decimal 47 33 93
Hex 2F 21 5D

RGB Percentages of Color #2f215d

%27.17
%19.08
%53.76

CMYK Percentages of Color #2f215d

%49
%65
%0
%64

Triadic Colors of #2f215d

#2f215d #5d2f21 #215d2f

Analogous Colors of #2f215d

#2f215d #4d215d #21315d

Monochromatic Colors of #2f215d

#2f215d

Complementary Color

#2f215d #4f5d21

#2f215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f215d Color CSS Codes

.mybgcolor {background-color:#2f215d; } 
.myforecolor {color:#2f215d; }
.mybordercolor {border:3px solid #2f215d; }

#2f215d Text Font Color

<p style="color:#2f215d">Text here</p>

This sample text font color is #2f215d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2f215d Background Color

<div style="background-color:#2f215d">
Div content here</div>

This div background color is #2f215d


#2f215d Border Color

<div style="border:3px solid #2f215d">
Div here</div>

This div border color is #2f215d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,33,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f215d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f215d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f215d;
  box-shadow:         1px 1px 3px 2px #2f215d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,33,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2f215d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2f215d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f215d;
  box-shadow:         1px 1px 3px 2px #2f215d;">
Div content here</div>

This div box has shadow with color #2f215d


Comments

No comments written yet.

Please login to write comment.