color codes Logo

#c99ae6 color codes

#C99AE6
(201,154,230)
0 Favorites   0 Comments

Color spaces of #c99ae6

RGB 201154230
HSL0.770.600.75
HSV277°33°90°
CMYK 0.130.330.00   0.10
XYZ49.925941.241980.1920
Yxy41.24190.29140.2407
Hunter Lab64.219926.3850-29.0821
CIE-Lab70.345131.2508-31.7441

#c99ae6 color RGB value is (201,154,230).

#c99ae6 hex color red value is 201, green value is 154 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c99ae6 hue: 0.77 , saturation: 0.60 and the lightness value of c99ae6 is 0.75.

The process color (four color CMYK) of #c99ae6 color code is 0.13, 0.33, 0.00, 0.10. Web safe color of #c99ae6 is #cc99ff. Color #c99ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11100110
Octal 311 232 346
Decimal 201 154 230
Hex C9 9A E6

RGB Percentages of Color #c99ae6

%34.36
%26.32
%39.32

CMYK Percentages of Color #c99ae6

%13
%33
%0
%10

Triadic Colors of #c99ae6

#c99ae6 #e6c99a #9ae6c9

Analogous Colors of #c99ae6

#c99ae6 #e69add #a39ae6

Monochromatic Colors of #c99ae6

#c99ae6

Complementary Color

#c99ae6 #b7e69a

#c99ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ae6 Color CSS Codes

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

#c99ae6 Text Font Color

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

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


#c99ae6 Background Color

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

This div background color is #c99ae6


#c99ae6 Border Color

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

This div border color is #c99ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ae6


Comments

No comments written yet.

Please login to write comment.