Color Hex Logo

#c99ee5 Color Hex

#C99EE5
(201,158,229)
0 Favorites   0 Comments

Color spaces of #c99ee5

RGB 201158229
HSL0.770.580.76
HSV276°31°90°
CMYK 0.120.310.00   0.10
XYZ50.457142.528479.6782
Yxy42.52840.29220.2463
Hunter Lab65.213823.9845-26.7908
CIE-Lab71.233728.8462-29.8254

#c99ee5 color RGB value is (201,158,229).

#c99ee5 hex color red value is 201, green value is 158 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c99ee5 hue: 0.77 , saturation: 0.58 and the lightness value of c99ee5 is 0.76.

The process color (four color CMYK) of #c99ee5 color hex is 0.12, 0.31, 0.00, 0.10. Web safe color of #c99ee5 is #cc99cc. Color #c99ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011110 11100101
Octal 311 236 345
Decimal 201 158 229
Hex C9 9E E5

RGB Percentages of Color #c99ee5

%34.18
%26.87
%38.95

CMYK Percentages of Color #c99ee5

%12
%31
%0
%10

Triadic Colors of #c99ee5

#c99ee5 #e5c99e #9ee5c9

Analogous Colors of #c99ee5

#c99ee5 #e59ede #a69ee5

Monochromatic Colors of #c99ee5

#c99ee5

Complementary Color

#c99ee5 #bae59e

#c99ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ee5 Color CSS Codes

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

#c99ee5 Text Font Color

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

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


#c99ee5 Background Color

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

This div background color is #c99ee5


#c99ee5 Border Color

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

This div border color is #c99ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ee5


Comments

No comments written yet.

Please login to write comment.