Color Hex Logo

#cf93aa Color Hex

#CF93AA
(207,147,170)
0 Favorites   0 Comments

Color spaces of #cf93aa

RGB 207147170
HSL0.940.380.69
HSV337°29°81°
CMYK 0.000.290.18   0.19
XYZ43.421537.035142.8901
Yxy37.03510.35200.3003
Hunter Lab60.856520.86210.8134
CIE-Lab67.303426.0208-2.9831

#cf93aa color RGB value is (207,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010011 10101010
Octal 317 223 252
Decimal 207 147 170
Hex CF 93 AA

RGB Percentages of Color #cf93aa

%39.50
%28.05
%32.44

CMYK Percentages of Color #cf93aa

%0
%29
%18
%19

Triadic Colors of #cf93aa

#cf93aa #aacf93 #93aacf

Analogous Colors of #cf93aa

#cf93aa #cf9a93 #cf93c8

Monochromatic Colors of #cf93aa

#cf93aa

Complementary Color

#cf93aa #93cfb8

#cf93aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf93aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf93aa Color CSS Codes

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

#cf93aa Text Font Color

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

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


#cf93aa Background Color

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

This div background color is #cf93aa


#cf93aa Border Color

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

This div border color is #cf93aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf93aa


Comments

No comments written yet.

Please login to write comment.