Color Hex Logo

#c062eb Color Hex

#C062EB
(192,98,235)
0 Favorites   0 Comments

Color spaces of #c062eb

RGB 19298235
HSL0.780.770.65
HSV281°58°92°
CMYK 0.180.580.00   0.08
XYZ41.101325.940081.4379
Yxy25.94000.27680.1747
Hunter Lab50.931354.9187-59.1513
CIE-Lab57.980159.2225-53.9937

#c062eb color RGB value is (192,98,235).

#c062eb hex color red value is 192, green value is 98 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c062eb hue: 0.78 , saturation: 0.77 and the lightness value of c062eb is 0.65.

The process color (four color CMYK) of #c062eb color hex is 0.18, 0.58, 0.00, 0.08. Web safe color of #c062eb is #cc66ff. Color #c062eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11101011
Octal 300 142 353
Decimal 192 98 235
Hex C0 62 EB

RGB Percentages of Color #c062eb

%36.57
%18.67
%44.76

CMYK Percentages of Color #c062eb

%18
%58
%0
%8

Triadic Colors of #c062eb

#c062eb #ebc062 #62ebc0

Analogous Colors of #c062eb

#c062eb #eb62d2 #7c62eb

Monochromatic Colors of #c062eb

#c062eb

Complementary Color

#c062eb #8deb62

#c062eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062eb Color CSS Codes

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

#c062eb Text Font Color

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

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


#c062eb Background Color

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

This div background color is #c062eb


#c062eb Border Color

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

This div border color is #c062eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062eb


Comments

No comments written yet.

Please login to write comment.