color codes Logo

#c90cc4 color codes

#C90CC4
(201,12,196)
0 Favorites   0 Comments

Color spaces of #c90cc4

RGB 20112196
HSL0.840.890.42
HSV302°94°79°
CMYK 0.000.940.02   0.21
XYZ34.182716.666053.6398
Yxy16.66600.32710.1595
Hunter Lab40.824078.0193-49.3260
CIE-Lab47.836480.4138-47.8943

#c90cc4 color RGB value is (201,12,196).

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

The process color (four color CMYK) of #c90cc4 color code is 0.00, 0.94, 0.02, 0.21. Web safe color of #c90cc4 is #cc00cc. Color #c90cc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001100 11000100
Octal 311 14 304
Decimal 201 12 196
Hex C9 C C4

RGB Percentages of Color #c90cc4

%49.14
%2.93
%47.92

CMYK Percentages of Color #c90cc4

%0
%94
%2
%21

Triadic Colors of #c90cc4

#c90cc4 #c4c90c #0cc4c9

Analogous Colors of #c90cc4

#c90cc4 #c90c66 #700cc9

Monochromatic Colors of #c90cc4

#c90cc4

Complementary Color

#c90cc4 #0cc911

#c90cc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90cc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90cc4 Color CSS Codes

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

#c90cc4 Text Font Color

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

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


#c90cc4 Background Color

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

This div background color is #c90cc4


#c90cc4 Border Color

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

This div border color is #c90cc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90cc4


Comments

No comments written yet.

Please login to write comment.