Color Hex Logo

#cf7ead Color Hex

#CF7EAD
(207,126,173)
0 Favorites   0 Comments

Color spaces of #cf7ead

RGB 207126173
HSL0.900.460.65
HSV325°39°81°
CMYK 0.000.390.16   0.19
XYZ40.735831.204243.4112
Yxy31.20420.35310.2705
Hunter Lab55.860732.4129-6.9737
CIE-Lab62.679637.8416-11.5464

#cf7ead color RGB value is (207,126,173).

#cf7ead hex color red value is 207, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf7ead hue: 0.90 , saturation: 0.46 and the lightness value of cf7ead is 0.65.

The process color (four color CMYK) of #cf7ead color hex is 0.00, 0.39, 0.16, 0.19. Web safe color of #cf7ead is #cc6699. Color #cf7ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111110 10101101
Octal 317 176 255
Decimal 207 126 173
Hex CF 7E AD

RGB Percentages of Color #cf7ead

%40.91
%24.90
%34.19

CMYK Percentages of Color #cf7ead

%0
%39
%16
%19

Triadic Colors of #cf7ead

#cf7ead #adcf7e #7eadcf

Analogous Colors of #cf7ead

#cf7ead #cf7e85 #c97ecf

Monochromatic Colors of #cf7ead

#cf7ead

Complementary Color

#cf7ead #7ecfa0

#cf7ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7ead Color CSS Codes

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

#cf7ead Text Font Color

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

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


#cf7ead Background Color

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

This div background color is #cf7ead


#cf7ead Border Color

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

This div border color is #cf7ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7ead


Comments

No comments written yet.

Please login to write comment.