Color Hex Logo

#cf90aa Color Hex

#CF90AA
(207,144,170)
0 Favorites   0 Comments

Color spaces of #cf90aa

RGB 207144170
HSL0.930.400.69
HSV335°30°81°
CMYK 0.000.300.18   0.19
XYZ42.961136.114242.7367
Yxy36.11420.35270.2965
Hunter Lab60.095122.4406-0.0976
CIE-Lab66.607127.6560-4.0086

#cf90aa color RGB value is (207,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010000 10101010
Octal 317 220 252
Decimal 207 144 170
Hex CF 90 AA

RGB Percentages of Color #cf90aa

%39.73
%27.64
%32.63

CMYK Percentages of Color #cf90aa

%0
%30
%18
%19

Triadic Colors of #cf90aa

#cf90aa #aacf90 #90aacf

Analogous Colors of #cf90aa

#cf90aa #cf9690 #cf90ca

Monochromatic Colors of #cf90aa

#cf90aa

Complementary Color

#cf90aa #90cfb5

#cf90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf90aa Color CSS Codes

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

#cf90aa Text Font Color

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

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


#cf90aa Background Color

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

This div background color is #cf90aa


#cf90aa Border Color

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

This div border color is #cf90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf90aa


Comments

No comments written yet.

Please login to write comment.