Color Hex Logo

#c090ec Color Hex

#C090EC
(192,144,236)
0 Favorites   0 Comments

Color spaces of #c090ec

RGB 192144236
HSL0.750.710.75
HSV271°39°93°
CMYK 0.190.390.00   0.07
XYZ46.851837.209184.0696
Yxy37.20910.27870.2213
Hunter Lab60.999330.3521-39.0144
CIE-Lab67.433635.3440-39.6293

#c090ec color RGB value is (192,144,236).

#c090ec hex color red value is 192, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c090ec hue: 0.75 , saturation: 0.71 and the lightness value of c090ec is 0.75.

The process color (four color CMYK) of #c090ec color hex is 0.19, 0.39, 0.00, 0.07. Web safe color of #c090ec is #cc99ff. Color #c090ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11101100
Octal 300 220 354
Decimal 192 144 236
Hex C0 90 EC

RGB Percentages of Color #c090ec

%33.57
%25.17
%41.26

CMYK Percentages of Color #c090ec

%19
%39
%0
%7

Triadic Colors of #c090ec

#c090ec #ecc090 #90ecc0

Analogous Colors of #c090ec

#c090ec #ec90ea #9290ec

Monochromatic Colors of #c090ec

#c090ec

Complementary Color

#c090ec #bcec90

#c090ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090ec Color CSS Codes

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

#c090ec Text Font Color

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

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


#c090ec Background Color

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

This div background color is #c090ec


#c090ec Border Color

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

This div border color is #c090ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090ec


Comments

No comments written yet.

Please login to write comment.