Color Hex Logo

#c062ea Color Hex

#C062EA
(192,98,234)
0 Favorites   0 Comments

Color spaces of #c062ea

RGB 19298234
HSL0.780.760.65
HSV281°58°92°
CMYK 0.180.580.00   0.08
XYZ40.957225.882380.6790
Yxy25.88230.27760.1755
Hunter Lab50.874654.6728-58.4121
CIE-Lab57.925259.0167-53.5226

#c062ea color RGB value is (192,98,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11101010
Octal 300 142 352
Decimal 192 98 234
Hex C0 62 EA

RGB Percentages of Color #c062ea

%36.64
%18.70
%44.66

CMYK Percentages of Color #c062ea

%18
%58
%0
%8

Triadic Colors of #c062ea

#c062ea #eac062 #62eac0

Analogous Colors of #c062ea

#c062ea #ea62d0 #7c62ea

Monochromatic Colors of #c062ea

#c062ea

Complementary Color

#c062ea #8cea62

#c062ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062ea Color CSS Codes

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

#c062ea Text Font Color

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

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


#c062ea Background Color

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

This div background color is #c062ea


#c062ea Border Color

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

This div border color is #c062ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062ea


Comments

No comments written yet.

Please login to write comment.