color codes Logo

#c99fea color codes

#C99FEA
(201,159,234)
0 Favorites   0 Comments

Color spaces of #c99fea

RGB 201159234
HSL0.760.640.77
HSV274°32°92°
CMYK 0.140.320.00   0.08
XYZ51.336843.154383.4658
Yxy43.15430.28850.2425
Hunter Lab65.691924.5329-29.3474
CIE-Lab71.659629.3499-31.9029

#c99fea color RGB value is (201,159,234).

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

The process color (four color CMYK) of #c99fea color code is 0.14, 0.32, 0.00, 0.08. Web safe color of #c99fea is #cc99ff. Color #c99fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 11101010
Octal 311 237 352
Decimal 201 159 234
Hex C9 9F EA

RGB Percentages of Color #c99fea

%33.84
%26.77
%39.39

CMYK Percentages of Color #c99fea

%14
%32
%0
%8

Triadic Colors of #c99fea

#c99fea #eac99f #9feac9

Analogous Colors of #c99fea

#c99fea #ea9fe6 #a49fea

Monochromatic Colors of #c99fea

#c99fea

Complementary Color

#c99fea #c0ea9f

#c99fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99fea Color CSS Codes

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

#c99fea Text Font Color

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

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


#c99fea Background Color

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

This div background color is #c99fea


#c99fea Border Color

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

This div border color is #c99fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99fea


Comments

No comments written yet.

Please login to write comment.