Color Hex Logo

#c090ef Color Hex

#C090EF
(192,144,239)
0 Favorites   0 Comments

Color spaces of #c090ef

RGB 192144239
HSL0.750.750.75
HSV270°40°94°
CMYK 0.200.400.00   0.06
XYZ47.291537.385086.3848
Yxy37.38500.27650.2185
Hunter Lab61.143331.0608-40.9662
CIE-Lab67.564936.0100-41.0721

#c090ef color RGB value is (192,144,239).

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

The process color (four color CMYK) of #c090ef color hex is 0.20, 0.40, 0.00, 0.06. Web safe color of #c090ef is #cc99ff. Color #c090ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11101111
Octal 300 220 357
Decimal 192 144 239
Hex C0 90 EF

RGB Percentages of Color #c090ef

%33.39
%25.04
%41.57

CMYK Percentages of Color #c090ef

%20
%40
%0
%6

Triadic Colors of #c090ef

#c090ef #efc090 #90efc0

Analogous Colors of #c090ef

#c090ef #ef90ef #9190ef

Monochromatic Colors of #c090ef

#c090ef

Complementary Color

#c090ef #bfef90

#c090ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090ef Color CSS Codes

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

#c090ef Text Font Color

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

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


#c090ef Background Color

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

This div background color is #c090ef


#c090ef Border Color

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

This div border color is #c090ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090ef


Comments

No comments written yet.

Please login to write comment.