Color Hex Logo

#2f029a Color Hex

#2F029A
(47,2,154)
0 Favorites   0 Comments

Color spaces of #2f029a

RGB 472154
HSL0.720.970.31
HSV258°99°60°
CMYK 0.690.990.00   0.40
XYZ7.02672.980830.7769
Yxy2.98080.17230.0731
Hunter Lab17.265042.4342-93.6060
CIE-Lab19.966854.8199-69.2439

#2f029a color RGB value is (47,2,154).

#2f029a hex color red value is 47, green value is 2 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #2f029a hue: 0.72 , saturation: 0.97 and the lightness value of 2f029a is 0.31.

The process color (four color CMYK) of #2f029a color hex is 0.69, 0.99, 0.00, 0.40. Web safe color of #2f029a is #330099. Color #2f029a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00000010 10011010
Octal 57 2 232
Decimal 47 2 154
Hex 2F 2 9A

RGB Percentages of Color #2f029a

%23.15
%0.99
%75.86

CMYK Percentages of Color #2f029a

%69
%99
%0
%40

Triadic Colors of #2f029a

#2f029a #9a2f02 #029a2f

Analogous Colors of #2f029a

#2f029a #7b029a #02219a

Monochromatic Colors of #2f029a

#2f029a

Complementary Color

#2f029a #6d9a02

#2f029a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f029a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f029a Color CSS Codes

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

#2f029a Text Font Color

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

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


#2f029a Background Color

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

This div background color is #2f029a


#2f029a Border Color

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

This div border color is #2f029a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f029a


Comments

No comments written yet.

Please login to write comment.