Color Hex Logo

#c62ee0 Color Hex

#C62EE0
(198,46,224)
0 Favorites   0 Comments

Color spaces of #c62ee0

RGB 19846224
HSL0.810.740.53
HSV291°79°88°
CMYK 0.120.790.00   0.12
XYZ37.720219.341672.2662
Yxy19.34160.29170.1496
Hunter Lab43.979176.1334-66.6397
CIE-Lab51.084578.2788-58.7941

#c62ee0 color RGB value is (198,46,224).

#c62ee0 hex color red value is 198, green value is 46 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c62ee0 hue: 0.81 , saturation: 0.74 and the lightness value of c62ee0 is 0.53.

The process color (four color CMYK) of #c62ee0 color hex is 0.12, 0.79, 0.00, 0.12. Web safe color of #c62ee0 is #cc33cc. Color #c62ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11100000
Octal 306 56 340
Decimal 198 46 224
Hex C6 2E E0

RGB Percentages of Color #c62ee0

%42.31
%9.83
%47.86

CMYK Percentages of Color #c62ee0

%12
%79
%0
%12

Triadic Colors of #c62ee0

#c62ee0 #e0c62e #2ee0c6

Analogous Colors of #c62ee0

#c62ee0 #e02ea1 #6d2ee0

Monochromatic Colors of #c62ee0

#c62ee0

Complementary Color

#c62ee0 #48e02e

#c62ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ee0 Color CSS Codes

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

#c62ee0 Text Font Color

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

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


#c62ee0 Background Color

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

This div background color is #c62ee0


#c62ee0 Border Color

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

This div border color is #c62ee0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,46,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c62ee0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c62ee0;
  -webkit-box-shadow: 1px 1px 3px 2px #c62ee0;
  box-shadow:         1px 1px 3px 2px #c62ee0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,46,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ee0


Comments

No comments written yet.

Please login to write comment.