Color Hex Logo

#cf83ab Color Hex

#CF83AB
(207,131,171)
0 Favorites   0 Comments

Color spaces of #cf83ab

RGB 207131171
HSL0.910.440.66
HSV328°37°81°
CMYK 0.000.370.17   0.19
XYZ41.199132.438342.6179
Yxy32.43830.35440.2790
Hunter Lab56.954629.4504-4.4972
CIE-Lab63.703534.8522-8.8789

#cf83ab color RGB value is (207,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 10101011
Octal 317 203 253
Decimal 207 131 171
Hex CF 83 AB

RGB Percentages of Color #cf83ab

%40.67
%25.74
%33.60

CMYK Percentages of Color #cf83ab

%0
%37
%17
%19

Triadic Colors of #cf83ab

#cf83ab #abcf83 #83abcf

Analogous Colors of #cf83ab

#cf83ab #cf8385 #cd83cf

Monochromatic Colors of #cf83ab

#cf83ab

Complementary Color

#cf83ab #83cfa7

#cf83ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf83ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf83ab Color CSS Codes

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

#cf83ab Text Font Color

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

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


#cf83ab Background Color

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

This div background color is #cf83ab


#cf83ab Border Color

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

This div border color is #cf83ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf83ab


Comments

No comments written yet.

Please login to write comment.