Color Hex Logo

#c090df Color Hex

#C090DF
(192,144,223)
0 Favorites   0 Comments

Color spaces of #c090df

RGB 192144223
HSL0.770.550.72
HSV276°35°87°
CMYK 0.140.350.00   0.13
XYZ45.030836.480774.4801
Yxy36.48070.28870.2339
Hunter Lab60.399327.3824-30.8328
CIE-Lab66.885632.5213-33.3144

#c090df color RGB value is (192,144,223).

#c090df hex color red value is 192, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c090df hue: 0.77 , saturation: 0.55 and the lightness value of c090df is 0.72.

The process color (four color CMYK) of #c090df color hex is 0.14, 0.35, 0.00, 0.13. Web safe color of #c090df is #cc99cc. Color #c090df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11011111
Octal 300 220 337
Decimal 192 144 223
Hex C0 90 DF

RGB Percentages of Color #c090df

%34.35
%25.76
%39.89

CMYK Percentages of Color #c090df

%14
%35
%0
%13

Triadic Colors of #c090df

#c090df #dfc090 #90dfc0

Analogous Colors of #c090df

#c090df #df90d7 #9990df

Monochromatic Colors of #c090df

#c090df

Complementary Color

#c090df #afdf90

#c090df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090df Color CSS Codes

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

#c090df Text Font Color

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

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


#c090df Background Color

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

This div background color is #c090df


#c090df Border Color

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

This div border color is #c090df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090df


Comments

No comments written yet.

Please login to write comment.