Color Hex Logo

#c062ee Color Hex

#C062EE
(192,98,238)
0 Favorites   0 Comments

Color spaces of #c062ee

RGB 19298238
HSL0.780.800.66
HSV280°59°93°
CMYK 0.190.590.00   0.07
XYZ41.538526.114983.7403
Yxy26.11490.27440.1725
Hunter Lab51.102755.6627-61.3846
CIE-Lab58.146059.8434-55.4027

#c062ee color RGB value is (192,98,238).

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

The process color (four color CMYK) of #c062ee color hex is 0.19, 0.59, 0.00, 0.07. Web safe color of #c062ee is #cc66ff. Color #c062ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11101110
Octal 300 142 356
Decimal 192 98 238
Hex C0 62 EE

RGB Percentages of Color #c062ee

%36.36
%18.56
%45.08

CMYK Percentages of Color #c062ee

%19
%59
%0
%7

Triadic Colors of #c062ee

#c062ee #eec062 #62eec0

Analogous Colors of #c062ee

#c062ee #ee62d6 #7a62ee

Monochromatic Colors of #c062ee

#c062ee

Complementary Color

#c062ee #90ee62

#c062ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062ee Color CSS Codes

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

#c062ee Text Font Color

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

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


#c062ee Background Color

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

This div background color is #c062ee


#c062ee Border Color

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

This div border color is #c062ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062ee


Comments

No comments written yet.

Please login to write comment.