Color Hex Logo

#c62ac8 Color Hex

#C62AC8
(198,42,200)
0 Favorites   0 Comments

Color spaces of #c62ac8

RGB 19842200
HSL0.830.650.47
HSV299°79°78°
CMYK 0.010.790.00   0.22
XYZ34.542017.831856.2649
Yxy17.83180.31800.1641
Hunter Lab42.227772.1133-49.4396
CIE-Lab49.291575.3835-47.9214

#c62ac8 color RGB value is (198,42,200).

#c62ac8 hex color red value is 198, green value is 42 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c62ac8 hue: 0.83 , saturation: 0.65 and the lightness value of c62ac8 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 11001000
Octal 306 52 310
Decimal 198 42 200
Hex C6 2A C8

RGB Percentages of Color #c62ac8

%45.00
%9.55
%45.45

CMYK Percentages of Color #c62ac8

%1
%79
%0
%22

Triadic Colors of #c62ac8

#c62ac8 #c8c62a #2ac8c6

Analogous Colors of #c62ac8

#c62ac8 #c82a7b #772ac8

Monochromatic Colors of #c62ac8

#c62ac8

Complementary Color

#c62ac8 #2cc82a

#c62ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ac8 Color CSS Codes

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

#c62ac8 Text Font Color

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

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


#c62ac8 Background Color

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

This div background color is #c62ac8


#c62ac8 Border Color

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

This div border color is #c62ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ac8


Comments

No comments written yet.

Please login to write comment.