Color Hex Logo

#c090ce Color Hex

#C090CE
(192,144,206)
0 Favorites   0 Comments

Color spaces of #c090ce

RGB 192144206
HSL0.800.390.69
HSV286°30°81°
CMYK 0.070.300.00   0.19
XYZ42.852135.609263.0072
Yxy35.60920.30290.2517
Hunter Lab59.673423.7541-20.8309
CIE-Lab66.220228.9987-24.9043

#c090ce color RGB value is (192,144,206).

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

The process color (four color CMYK) of #c090ce color hex is 0.07, 0.30, 0.00, 0.19. Web safe color of #c090ce is #cc99cc. Color #c090ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11001110
Octal 300 220 316
Decimal 192 144 206
Hex C0 90 CE

RGB Percentages of Color #c090ce

%35.42
%26.57
%38.01

CMYK Percentages of Color #c090ce

%7
%30
%0
%19

Triadic Colors of #c090ce

#c090ce #cec090 #90cec0

Analogous Colors of #c090ce

#c090ce #ce90bd #a190ce

Monochromatic Colors of #c090ce

#c090ce

Complementary Color

#c090ce #9ece90

#c090ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090ce Color CSS Codes

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

#c090ce Text Font Color

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

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


#c090ce Background Color

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

This div background color is #c090ce


#c090ce Border Color

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

This div border color is #c090ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090ce


Comments

No comments written yet.

Please login to write comment.