Color Hex Logo

#2f006a Color Hex

#2F006A
(47,0,106)
0 Favorites   0 Comments

Color spaces of #2f006a

RGB 470106
HSL0.741.000.21
HSV267°100°42°
CMYK 0.561.000.00   0.58
XYZ3.77381.644913.7543
Yxy1.64490.19680.0858
Hunter Lab12.825430.0783-54.6066
CIE-Lab13.501143.4158-49.4873

#2f006a color RGB value is (47,0,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00000000 01101010
Octal 57 0 152
Decimal 47 0 106
Hex 2F 0 6A

RGB Percentages of Color #2f006a

%30.72
%0.00
%69.28

CMYK Percentages of Color #2f006a

%56
%100
%0
%58

Triadic Colors of #2f006a

#2f006a #6a2f00 #006a2f

Analogous Colors of #2f006a

#2f006a #64006a #00066a

Monochromatic Colors of #2f006a

#2f006a

Complementary Color

#2f006a #3b6a00

#2f006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f006a Color CSS Codes

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

#2f006a Text Font Color

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

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


#2f006a Background Color

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

This div background color is #2f006a


#2f006a Border Color

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

This div border color is #2f006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f006a


Comments

No comments written yet.

Please login to write comment.