Color Hex Logo

#c62abc Color Hex

#C62ABC
(198,42,188)
0 Favorites   0 Comments

Color spaces of #c62abc

RGB 19842188
HSL0.840.650.47
HSV304°79°78°
CMYK 0.000.790.05   0.22
XYZ33.193817.292549.1652
Yxy17.29250.33310.1735
Hunter Lab41.584369.7116-40.9898
CIE-Lab48.626573.5458-42.0117

#c62abc color RGB value is (198,42,188).

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

The process color (four color CMYK) of #c62abc color hex is 0.00, 0.79, 0.05, 0.22. Web safe color of #c62abc is #cc33cc. Color #c62abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 10111100
Octal 306 52 274
Decimal 198 42 188
Hex C6 2A BC

RGB Percentages of Color #c62abc

%46.26
%9.81
%43.93

CMYK Percentages of Color #c62abc

%0
%79
%5
%22

Triadic Colors of #c62abc

#c62abc #bcc62a #2abcc6

Analogous Colors of #c62abc

#c62abc #c62a6e #822ac6

Monochromatic Colors of #c62abc

#c62abc

Complementary Color

#c62abc #2ac634

#c62abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62abc Color CSS Codes

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

#c62abc Text Font Color

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

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


#c62abc Background Color

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

This div background color is #c62abc


#c62abc Border Color

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

This div border color is #c62abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62abc


Comments

No comments written yet.

Please login to write comment.