Color Hex Logo

#2f0ead Color Hex

#2F0EAD
(47,14,173)
0 Favorites   0 Comments

Color spaces of #2f0ead

RGB 4714173
HSL0.700.850.37
HSV252°92°68°
CMYK 0.730.920.00   0.32
XYZ8.87223.935539.8272
Yxy3.93550.16860.0748
Hunter Lab19.838145.1140-105.1447
CIE-Lab23.457156.7393-75.0037

#2f0ead color RGB value is (47,14,173).

#2f0ead hex color red value is 47, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2f0ead hue: 0.70 , saturation: 0.85 and the lightness value of 2f0ead is 0.37.

The process color (four color CMYK) of #2f0ead color hex is 0.73, 0.92, 0.00, 0.32. Web safe color of #2f0ead is #330099. Color #2f0ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00001110 10101101
Octal 57 16 255
Decimal 47 14 173
Hex 2F E AD

RGB Percentages of Color #2f0ead

%20.09
%5.98
%73.93

CMYK Percentages of Color #2f0ead

%73
%92
%0
%32

Triadic Colors of #2f0ead

#2f0ead #ad2f0e #0ead2f

Analogous Colors of #2f0ead

#2f0ead #7f0ead #0e3cad

Monochromatic Colors of #2f0ead

#2f0ead

Complementary Color

#2f0ead #8cad0e

#2f0ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f0ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f0ead Color CSS Codes

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

#2f0ead Text Font Color

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

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


#2f0ead Background Color

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

This div background color is #2f0ead


#2f0ead Border Color

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

This div border color is #2f0ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f0ead


Comments

No comments written yet.

Please login to write comment.