Color Hex Logo

#c99dfe Color Hex

#C99DFE
(201,157,254)
0 Favorites   0 Comments

Color spaces of #c99dfe

RGB 201157254
HSL0.740.980.81
HSV267°38°100°
CMYK 0.210.380.00   0.00
XYZ54.033843.687299.3505
Yxy43.68720.27420.2217
Hunter Lab66.096330.2555-42.8524
CIE-Lab72.018934.8103-42.2276

#c99dfe color RGB value is (201,157,254).

#c99dfe hex color red value is 201, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c99dfe hue: 0.74 , saturation: 0.98 and the lightness value of c99dfe is 0.81.

The process color (four color CMYK) of #c99dfe color hex is 0.21, 0.38, 0.00, 0.00. Web safe color of #c99dfe is #cc99ff. Color #c99dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11111110
Octal 311 235 376
Decimal 201 157 254
Hex C9 9D FE

RGB Percentages of Color #c99dfe

%32.84
%25.65
%41.50

CMYK Percentages of Color #c99dfe

%21
%38
%0
%0

Triadic Colors of #c99dfe

#c99dfe #fec99d #9dfec9

Analogous Colors of #c99dfe

#c99dfe #fa9dfe #9da2fe

Monochromatic Colors of #c99dfe

#c99dfe

Complementary Color

#c99dfe #d2fe9d

#c99dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dfe Color CSS Codes

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

#c99dfe Text Font Color

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

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


#c99dfe Background Color

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

This div background color is #c99dfe


#c99dfe Border Color

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

This div border color is #c99dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,157,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #c99dfe;
  box-shadow:         1px 1px 3px 2px #c99dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,157,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dfe


Comments

No comments written yet.

Please login to write comment.