Color Hex Logo

#c092eb Color Hex

#C092EB
(192,146,235)
0 Favorites   0 Comments

Color spaces of #c092eb

RGB 192146235
HSL0.750.690.75
HSV271°38°92°
CMYK 0.180.380.00   0.08
XYZ47.012537.762483.4083
Yxy37.76240.27950.2245
Hunter Lab61.451129.0200-37.4592
CIE-Lab67.845134.0213-38.4374

#c092eb color RGB value is (192,146,235).

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

The process color (four color CMYK) of #c092eb color hex is 0.18, 0.38, 0.00, 0.08. Web safe color of #c092eb is #cc99ff. Color #c092eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 11101011
Octal 300 222 353
Decimal 192 146 235
Hex C0 92 EB

RGB Percentages of Color #c092eb

%33.51
%25.48
%41.01

CMYK Percentages of Color #c092eb

%18
%38
%0
%8

Triadic Colors of #c092eb

#c092eb #ebc092 #92ebc0

Analogous Colors of #c092eb

#c092eb #eb92ea #9492eb

Monochromatic Colors of #c092eb

#c092eb

Complementary Color

#c092eb #bdeb92

#c092eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092eb Color CSS Codes

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

#c092eb Text Font Color

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

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


#c092eb Background Color

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

This div background color is #c092eb


#c092eb Border Color

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

This div border color is #c092eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092eb


Comments

No comments written yet.

Please login to write comment.