Color Hex Logo

#cf93ae Color Hex

#CF93AE
(207,147,174)
0 Favorites   0 Comments

Color spaces of #cf93ae

RGB 207147174
HSL0.930.380.69
HSV333°29°81°
CMYK 0.000.290.16   0.19
XYZ43.805837.188844.9137
Yxy37.18880.34790.2954
Hunter Lab60.982621.5028-0.9793
CIE-Lab67.418426.6575-5.0551

#cf93ae color RGB value is (207,147,174).

#cf93ae hex color red value is 207, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cf93ae hue: 0.93 , saturation: 0.38 and the lightness value of cf93ae is 0.69.

The process color (four color CMYK) of #cf93ae color hex is 0.00, 0.29, 0.16, 0.19. Web safe color of #cf93ae is #cc9999. Color #cf93ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010011 10101110
Octal 317 223 256
Decimal 207 147 174
Hex CF 93 AE

RGB Percentages of Color #cf93ae

%39.20
%27.84
%32.95

CMYK Percentages of Color #cf93ae

%0
%29
%16
%19

Triadic Colors of #cf93ae

#cf93ae #aecf93 #93aecf

Analogous Colors of #cf93ae

#cf93ae #cf9693 #cf93cc

Monochromatic Colors of #cf93ae

#cf93ae

Complementary Color

#cf93ae #93cfb4

#cf93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf93ae Color CSS Codes

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

#cf93ae Text Font Color

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

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


#cf93ae Background Color

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

This div background color is #cf93ae


#cf93ae Border Color

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

This div border color is #cf93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf93ae


Comments

No comments written yet.

Please login to write comment.