Color Hex Logo

#c62aed Color Hex

#C62AED
(198,42,237)
0 Favorites   0 Comments

Color spaces of #c62aed

RGB 19842237
HSL0.800.840.55
HSV288°82°93°
CMYK 0.160.820.00   0.07
XYZ39.402719.776181.8612
Yxy19.77610.27940.1402
Hunter Lab44.470380.3359-78.0121
CIE-Lab51.583181.5135-65.3369

#c62aed color RGB value is (198,42,237).

#c62aed hex color red value is 198, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c62aed hue: 0.80 , saturation: 0.84 and the lightness value of c62aed is 0.55.

The process color (four color CMYK) of #c62aed color hex is 0.16, 0.82, 0.00, 0.07. Web safe color of #c62aed is #cc33ff. Color #c62aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 11101101
Octal 306 52 355
Decimal 198 42 237
Hex C6 2A ED

RGB Percentages of Color #c62aed

%41.51
%8.81
%49.69

CMYK Percentages of Color #c62aed

%16
%82
%0
%7

Triadic Colors of #c62aed

#c62aed #edc62a #2aedc6

Analogous Colors of #c62aed

#c62aed #ed2ab3 #652aed

Monochromatic Colors of #c62aed

#c62aed

Complementary Color

#c62aed #51ed2a

#c62aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62aed Color CSS Codes

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

#c62aed Text Font Color

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

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


#c62aed Background Color

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

This div background color is #c62aed


#c62aed Border Color

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

This div border color is #c62aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62aed


Comments

No comments written yet.

Please login to write comment.