color codes Logo

#c90ccc color codes

#C90CCC
(201,12,204)
0 Favorites   0 Comments

Color spaces of #c90ccc

RGB 20112204
HSL0.830.890.42
HSV299°94°80°
CMYK 0.010.940.00   0.20
XYZ35.117917.040158.5649
Yxy17.04010.31720.1539
Hunter Lab41.279779.6162-55.2210
CIE-Lab48.310581.5837-51.7704

#c90ccc color RGB value is (201,12,204).

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

The process color (four color CMYK) of #c90ccc color code is 0.01, 0.94, 0.00, 0.20. Web safe color of #c90ccc is #cc00cc. Color #c90ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001100 11001100
Octal 311 14 314
Decimal 201 12 204
Hex C9 C CC

RGB Percentages of Color #c90ccc

%48.20
%2.88
%48.92

CMYK Percentages of Color #c90ccc

%1
%94
%0
%20

Triadic Colors of #c90ccc

#c90ccc #ccc90c #0cccc9

Analogous Colors of #c90ccc

#c90ccc #cc0c6f #690ccc

Monochromatic Colors of #c90ccc

#c90ccc

Complementary Color

#c90ccc #0fcc0c

#c90ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90ccc Color CSS Codes

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

#c90ccc Text Font Color

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

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


#c90ccc Background Color

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

This div background color is #c90ccc


#c90ccc Border Color

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

This div border color is #c90ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90ccc


Comments

No comments written yet.

Please login to write comment.