Color Hex Logo

#cf85aa Color Hex

#CF85AA
(207,133,170)
0 Favorites   0 Comments

Color spaces of #cf85aa

RGB 207133170
HSL0.920.440.67
HSV330°36°81°
CMYK 0.000.360.18   0.19
XYZ41.375432.942742.2081
Yxy32.94270.35510.2827
Hunter Lab57.395728.2344-3.4241
CIE-Lab64.114533.6197-7.6999

#cf85aa color RGB value is (207,133,170).

#cf85aa hex color red value is 207, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf85aa hue: 0.92 , saturation: 0.44 and the lightness value of cf85aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000101 10101010
Octal 317 205 252
Decimal 207 133 170
Hex CF 85 AA

RGB Percentages of Color #cf85aa

%40.59
%26.08
%33.33

CMYK Percentages of Color #cf85aa

%0
%36
%18
%19

Triadic Colors of #cf85aa

#cf85aa #aacf85 #85aacf

Analogous Colors of #cf85aa

#cf85aa #cf8585 #cf85cf

Monochromatic Colors of #cf85aa

#cf85aa

Complementary Color

#cf85aa #85cfaa

#cf85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf85aa Color CSS Codes

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

#cf85aa Text Font Color

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

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


#cf85aa Background Color

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

This div background color is #cf85aa


#cf85aa Border Color

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

This div border color is #cf85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf85aa


Comments

No comments written yet.

Please login to write comment.