Color Hex Logo

#cf468e Color Hex

#CF468E
(207,70,142)
0 Favorites   0 Comments

Color spaces of #cf468e

RGB 20770142
HSL0.910.590.54
HSV328°66°81°
CMYK 0.000.660.31   0.19
XYZ32.804819.598727.6451
Yxy19.59870.40980.2448
Hunter Lab44.270454.7970-6.0349
CIE-Lab51.380460.2945-10.4703

#cf468e color RGB value is (207,70,142).

#cf468e hex color red value is 207, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cf468e hue: 0.91 , saturation: 0.59 and the lightness value of cf468e is 0.54.

The process color (four color CMYK) of #cf468e color hex is 0.00, 0.66, 0.31, 0.19. Web safe color of #cf468e is #cc3399. Color #cf468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000110 10001110
Octal 317 106 216
Decimal 207 70 142
Hex CF 46 8E

RGB Percentages of Color #cf468e

%49.40
%16.71
%33.89

CMYK Percentages of Color #cf468e

%0
%66
%31
%19

Triadic Colors of #cf468e

#cf468e #8ecf46 #468ecf

Analogous Colors of #cf468e

#cf468e #cf4649 #cc46cf

Monochromatic Colors of #cf468e

#cf468e

Complementary Color

#cf468e #46cf87

#cf468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf468e Color CSS Codes

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

#cf468e Text Font Color

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

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


#cf468e Background Color

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

This div background color is #cf468e


#cf468e Border Color

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

This div border color is #cf468e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,70,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 #cf468e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf468e


Comments

No comments written yet.

Please login to write comment.