Color Hex Logo

#2f026b Color Hex

#2F026B
(47,2,107)
0 Favorites   0 Comments

Color spaces of #2f026b

RGB 472107
HSL0.740.960.21
HSV266°98°42°
CMYK 0.560.980.00   0.58
XYZ3.84781.709314.0370
Yxy1.70930.19640.0872
Hunter Lab13.074029.6546-54.5052
CIE-Lab13.881242.8852-49.5149

#2f026b color RGB value is (47,2,107).

#2f026b hex color red value is 47, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #2f026b hue: 0.74 , saturation: 0.96 and the lightness value of 2f026b is 0.21.

The process color (four color CMYK) of #2f026b color hex is 0.56, 0.98, 0.00, 0.58. Web safe color of #2f026b is #330066. Color #2f026b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00000010 01101011
Octal 57 2 153
Decimal 47 2 107
Hex 2F 2 6B

RGB Percentages of Color #2f026b

%30.13
%1.28
%68.59

CMYK Percentages of Color #2f026b

%56
%98
%0
%58

Triadic Colors of #2f026b

#2f026b #6b2f02 #026b2f

Analogous Colors of #2f026b

#2f026b #63026b #020a6b

Monochromatic Colors of #2f026b

#2f026b

Complementary Color

#2f026b #3e6b02

#2f026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f026b Color CSS Codes

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

#2f026b Text Font Color

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

This sample text font color is #2f026b
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.


#2f026b Background Color

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

This div background color is #2f026b


#2f026b Border Color

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

This div border color is #2f026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f026b


Comments

No comments written yet.

Please login to write comment.