Color Hex Logo

#2f007e Color Hex

#2F007E
(47,0,126)
0 Favorites   0 Comments

Color spaces of #2f007e

RGB 470126
HSL0.731.000.25
HSV262°100°49°
CMYK 0.631.000.00   0.51
XYZ4.93822.110719.8858
Yxy2.11070.18330.0784
Hunter Lab14.528235.2483-70.9845
CIE-Lab16.057848.3920-58.2006

#2f007e color RGB value is (47,0,126).

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

The process color (four color CMYK) of #2f007e color hex is 0.63, 1.00, 0.00, 0.51. Web safe color of #2f007e is #330066. Color #2f007e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00000000 01111110
Octal 57 0 176
Decimal 47 0 126
Hex 2F 0 7E

RGB Percentages of Color #2f007e

%27.17
%0.00
%72.83

CMYK Percentages of Color #2f007e

%63
%100
%0
%51

Triadic Colors of #2f007e

#2f007e #7e2f00 #007e2f

Analogous Colors of #2f007e

#2f007e #6e007e #00107e

Monochromatic Colors of #2f007e

#2f007e

Complementary Color

#2f007e #4f7e00

#2f007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f007e Color CSS Codes

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

#2f007e Text Font Color

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

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


#2f007e Background Color

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

This div background color is #2f007e


#2f007e Border Color

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

This div border color is #2f007e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f007e


Comments

No comments written yet.

Please login to write comment.