Color Hex Logo

#cf068a Color Hex

#CF068A
(207,6,138)
0 Favorites   0 Comments

Color spaces of #cf068a

RGB 2076138
HSL0.890.940.42
HSV321°97°81°
CMYK 0.000.970.33   0.19
XYZ30.384715.230625.3831
Yxy15.23060.42800.2145
Hunter Lab39.026470.6782-11.2442
CIE-Lab45.948474.8623-16.2829

#cf068a color RGB value is (207,6,138).

#cf068a hex color red value is 207, green value is 6 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cf068a hue: 0.89 , saturation: 0.94 and the lightness value of cf068a is 0.42.

The process color (four color CMYK) of #cf068a color hex is 0.00, 0.97, 0.33, 0.19. Web safe color of #cf068a is #cc0099. Color #cf068a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 10001010
Octal 317 6 212
Decimal 207 6 138
Hex CF 6 8A

RGB Percentages of Color #cf068a

%58.97
%1.71
%39.32

CMYK Percentages of Color #cf068a

%0
%97
%33
%19

Triadic Colors of #cf068a

#cf068a #8acf06 #068acf

Analogous Colors of #cf068a

#cf068a #cf0625 #b006cf

Monochromatic Colors of #cf068a

#cf068a

Complementary Color

#cf068a #06cf4b

#cf068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf068a Color CSS Codes

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

#cf068a Text Font Color

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

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


#cf068a Background Color

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

This div background color is #cf068a


#cf068a Border Color

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

This div border color is #cf068a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf068a


Comments

No comments written yet.

Please login to write comment.