Color Hex Logo

#c090e3 Color Hex

#C090E3
(192,144,227)
0 Favorites   0 Comments

Color spaces of #c090e3

RGB 192144227
HSL0.760.600.73
HSV275°37°89°
CMYK 0.150.370.00   0.11
XYZ45.576636.699077.3545
Yxy36.69900.28550.2299
Hunter Lab60.579728.2784-33.3019
CIE-Lab67.050633.3786-35.2683

#c090e3 color RGB value is (192,144,227).

#c090e3 hex color red value is 192, green value is 144 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c090e3 hue: 0.76 , saturation: 0.60 and the lightness value of c090e3 is 0.73.

The process color (four color CMYK) of #c090e3 color hex is 0.15, 0.37, 0.00, 0.11. Web safe color of #c090e3 is #cc99cc. Color #c090e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11100011
Octal 300 220 343
Decimal 192 144 227
Hex C0 90 E3

RGB Percentages of Color #c090e3

%34.10
%25.58
%40.32

CMYK Percentages of Color #c090e3

%15
%37
%0
%11

Triadic Colors of #c090e3

#c090e3 #e3c090 #90e3c0

Analogous Colors of #c090e3

#c090e3 #e390dd #9790e3

Monochromatic Colors of #c090e3

#c090e3

Complementary Color

#c090e3 #b3e390

#c090e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090e3 Color CSS Codes

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

#c090e3 Text Font Color

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

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


#c090e3 Background Color

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

This div background color is #c090e3


#c090e3 Border Color

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

This div border color is #c090e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090e3


Comments

No comments written yet.

Please login to write comment.