Color Hex Logo

#c049eb Color Hex

#C049EB
(192,73,235)
0 Favorites   0 Comments

Color spaces of #c049eb

RGB 19273235
HSL0.790.800.60
HSV284°69°92°
CMYK 0.180.690.00   0.08
XYZ39.116221.969780.7762
Yxy21.96970.27570.1549
Hunter Lab46.871866.9388-69.3666
CIE-Lab53.994870.2123-60.3717

#c049eb color RGB value is (192,73,235).

#c049eb hex color red value is 192, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c049eb hue: 0.79 , saturation: 0.80 and the lightness value of c049eb is 0.60.

The process color (four color CMYK) of #c049eb color hex is 0.18, 0.69, 0.00, 0.08. Web safe color of #c049eb is #cc33ff. Color #c049eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11101011
Octal 300 111 353
Decimal 192 73 235
Hex C0 49 EB

RGB Percentages of Color #c049eb

%38.40
%14.60
%47.00

CMYK Percentages of Color #c049eb

%18
%69
%0
%8

Triadic Colors of #c049eb

#c049eb #ebc049 #49ebc0

Analogous Colors of #c049eb

#c049eb #eb49c5 #6f49eb

Monochromatic Colors of #c049eb

#c049eb

Complementary Color

#c049eb #74eb49

#c049eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049eb Color CSS Codes

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

#c049eb Text Font Color

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

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


#c049eb Background Color

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

This div background color is #c049eb


#c049eb Border Color

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

This div border color is #c049eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,73,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 #c049eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049eb


Comments

No comments written yet.

Please login to write comment.