Color Hex Logo

#cf83aa Color Hex

#CF83AA
(207,131,170)
0 Favorites   0 Comments

Color spaces of #cf83aa

RGB 207131170
HSL0.910.440.66
HSV329°37°81°
CMYK 0.000.370.18   0.19
XYZ41.104132.400342.1177
Yxy32.40030.35550.2802
Hunter Lab56.921329.2866-4.0255
CIE-Lab63.672434.6953-8.3580

#cf83aa color RGB value is (207,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 10101010
Octal 317 203 252
Decimal 207 131 170
Hex CF 83 AA

RGB Percentages of Color #cf83aa

%40.75
%25.79
%33.46

CMYK Percentages of Color #cf83aa

%0
%37
%18
%19

Triadic Colors of #cf83aa

#cf83aa #aacf83 #83aacf

Analogous Colors of #cf83aa

#cf83aa #cf8384 #ce83cf

Monochromatic Colors of #cf83aa

#cf83aa

Complementary Color

#cf83aa #83cfa8

#cf83aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf83aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf83aa Color CSS Codes

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

#cf83aa Text Font Color

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

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


#cf83aa Background Color

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

This div background color is #cf83aa


#cf83aa Border Color

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

This div border color is #cf83aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf83aa


Comments

No comments written yet.

Please login to write comment.