Color Hex Logo

#cf466d Color Hex

#CF466D
(207,70,109)
0 Favorites   0 Comments

Color spaces of #cf466d

RGB 20770109
HSL0.950.590.54
HSV343°66°81°
CMYK 0.000.660.47   0.19
XYZ30.682618.749816.4699
Yxy18.74980.46560.2845
Hunter Lab43.301050.70627.7593
CIE-Lab50.393256.81767.9079

#cf466d color RGB value is (207,70,109).

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

The process color (four color CMYK) of #cf466d color hex is 0.00, 0.66, 0.47, 0.19. Web safe color of #cf466d is #cc3366. Color #cf466d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000110 01101101
Octal 317 106 155
Decimal 207 70 109
Hex CF 46 6D

RGB Percentages of Color #cf466d

%53.63
%18.13
%28.24

CMYK Percentages of Color #cf466d

%0
%66
%47
%19

Triadic Colors of #cf466d

#cf466d #6dcf46 #466dcf

Analogous Colors of #cf466d

#cf466d #cf6446 #cf46b2

Monochromatic Colors of #cf466d

#cf466d

Complementary Color

#cf466d #46cfa8

#cf466d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf466d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf466d Color CSS Codes

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

#cf466d Text Font Color

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

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


#cf466d Background Color

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

This div background color is #cf466d


#cf466d Border Color

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

This div border color is #cf466d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf466d


Comments

No comments written yet.

Please login to write comment.