Color Hex Logo

#c90ccf Color Hex

#C90CCF
(201,12,207)
0 Favorites   0 Comments

Color spaces of #c90ccf

RGB 20112207
HSL0.830.890.43
HSV298°94°81°
CMYK 0.030.940.00   0.19
XYZ35.481417.185460.4785
Yxy17.18540.31360.1519
Hunter Lab41.455380.2307-57.4786
CIE-Lab48.492882.0317-53.2087

#c90ccf color RGB value is (201,12,207).

#c90ccf hex color red value is 201, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c90ccf hue: 0.83 , saturation: 0.89 and the lightness value of c90ccf is 0.43.

The process color (four color CMYK) of #c90ccf color hex is 0.03, 0.94, 0.00, 0.19. Web safe color of #c90ccf is #cc00cc. Color #c90ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001100 11001111
Octal 311 14 317
Decimal 201 12 207
Hex C9 C CF

RGB Percentages of Color #c90ccf

%47.86
%2.86
%49.29

CMYK Percentages of Color #c90ccf

%3
%94
%0
%19

Triadic Colors of #c90ccf

#c90ccf #cfc90c #0ccfc9

Analogous Colors of #c90ccf

#c90ccf #cf0c74 #680ccf

Monochromatic Colors of #c90ccf

#c90ccf

Complementary Color

#c90ccf #12cf0c

#c90ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90ccf Color CSS Codes

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

#c90ccf Text Font Color

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

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


#c90ccf Background Color

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

This div background color is #c90ccf


#c90ccf Border Color

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

This div border color is #c90ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90ccf


Comments

No comments written yet.

Please login to write comment.