Color Hex Logo

#cf99ca Color Hex

#CF99CA
(207,153,202)
0 Favorites   0 Comments

Color spaces of #cf99ca

RGB 207153202
HSL0.850.360.71
HSV306°26°81°
CMYK 0.000.260.02   0.19
XYZ47.784040.312161.1396
Yxy40.31210.32020.2701
Hunter Lab63.491823.2286-12.6492
CIE-Lab69.691228.2152-17.2566

#cf99ca color RGB value is (207,153,202).

#cf99ca hex color red value is 207, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cf99ca hue: 0.85 , saturation: 0.36 and the lightness value of cf99ca is 0.71.

The process color (four color CMYK) of #cf99ca color hex is 0.00, 0.26, 0.02, 0.19. Web safe color of #cf99ca is #cc99cc. Color #cf99ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11001010
Octal 317 231 312
Decimal 207 153 202
Hex CF 99 CA

RGB Percentages of Color #cf99ca

%36.83
%27.22
%35.94

CMYK Percentages of Color #cf99ca

%0
%26
%2
%19

Triadic Colors of #cf99ca

#cf99ca #cacf99 #99cacf

Analogous Colors of #cf99ca

#cf99ca #cf99af #b999cf

Monochromatic Colors of #cf99ca

#cf99ca

Complementary Color

#cf99ca #99cf9e

#cf99ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99ca Color CSS Codes

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

#cf99ca Text Font Color

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

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


#cf99ca Background Color

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

This div background color is #cf99ca


#cf99ca Border Color

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

This div border color is #cf99ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99ca

#cf99ca Color Palettes


Comments

No comments written yet.

Please login to write comment.