Color Hex Logo

#cf038e Color Hex

#CF038E
(207,3,142)
0 Favorites   0 Comments

Color spaces of #cf038e

RGB 2073142
HSL0.890.970.41
HSV319°99°81°
CMYK 0.000.990.31   0.19
XYZ30.647215.283526.9259
Yxy15.28350.42070.2098
Hunter Lab39.094171.5175-13.4698
CIE-Lab46.020175.5352-18.6044

#cf038e color RGB value is (207,3,142).

#cf038e hex color red value is 207, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf038e hue: 0.89 , saturation: 0.97 and the lightness value of cf038e is 0.41.

The process color (four color CMYK) of #cf038e color hex is 0.00, 0.99, 0.31, 0.19. Web safe color of #cf038e is #cc0099. Color #cf038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000011 10001110
Octal 317 3 216
Decimal 207 3 142
Hex CF 3 8E

RGB Percentages of Color #cf038e

%58.81
%0.85
%40.34

CMYK Percentages of Color #cf038e

%0
%99
%31
%19

Triadic Colors of #cf038e

#cf038e #8ecf03 #038ecf

Analogous Colors of #cf038e

#cf038e #cf0328 #aa03cf

Monochromatic Colors of #cf038e

#cf038e

Complementary Color

#cf038e #03cf44

#cf038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf038e Color CSS Codes

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

#cf038e Text Font Color

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

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


#cf038e Background Color

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

This div background color is #cf038e


#cf038e Border Color

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

This div border color is #cf038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf038e


Comments

No comments written yet.

Please login to write comment.