Color Hex Logo

#c090cd Color Hex

#C090CD
(192,144,205)
0 Favorites   0 Comments

Color spaces of #c090cd

RGB 192144205
HSL0.800.380.68
HSV287°30°80°
CMYK 0.060.300.00   0.20
XYZ42.730935.560862.3694
Yxy35.56080.30380.2528
Hunter Lab59.632923.5495-20.2678
CIE-Lab66.183028.7976-24.4043

#c090cd color RGB value is (192,144,205).

#c090cd hex color red value is 192, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c090cd hue: 0.80 , saturation: 0.38 and the lightness value of c090cd is 0.68.

The process color (four color CMYK) of #c090cd color hex is 0.06, 0.30, 0.00, 0.20. Web safe color of #c090cd is #cc99cc. Color #c090cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11001101
Octal 300 220 315
Decimal 192 144 205
Hex C0 90 CD

RGB Percentages of Color #c090cd

%35.49
%26.62
%37.89

CMYK Percentages of Color #c090cd

%6
%30
%0
%20

Triadic Colors of #c090cd

#c090cd #cdc090 #90cdc0

Analogous Colors of #c090cd

#c090cd #cd90bc #a290cd

Monochromatic Colors of #c090cd

#c090cd

Complementary Color

#c090cd #9dcd90

#c090cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090cd Color CSS Codes

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

#c090cd Text Font Color

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

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


#c090cd Background Color

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

This div background color is #c090cd


#c090cd Border Color

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

This div border color is #c090cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,144,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c090cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c090cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c090cd;
  box-shadow:         1px 1px 3px 2px #c090cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,144,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090cd


Comments

No comments written yet.

Please login to write comment.