Color Hex Logo

#c62dac Color Hex

#C62DAC
(198,45,172)
0 Favorites   0 Comments

Color spaces of #c62dac

RGB 19845172
HSL0.860.630.48
HSV310°77°78°
CMYK 0.000.770.13   0.22
XYZ31.673516.861140.6149
Yxy16.86110.35530.1891
Hunter Lab41.062365.8275-29.9005
CIE-Lab48.084570.4219-33.4793

#c62dac color RGB value is (198,45,172).

#c62dac hex color red value is 198, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c62dac hue: 0.86 , saturation: 0.63 and the lightness value of c62dac is 0.48.

The process color (four color CMYK) of #c62dac color hex is 0.00, 0.77, 0.13, 0.22. Web safe color of #c62dac is #cc3399. Color #c62dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101101 10101100
Octal 306 55 254
Decimal 198 45 172
Hex C6 2D AC

RGB Percentages of Color #c62dac

%47.71
%10.84
%41.45

CMYK Percentages of Color #c62dac

%0
%77
%13
%22

Triadic Colors of #c62dac

#c62dac #acc62d #2dacc6

Analogous Colors of #c62dac

#c62dac #c62d5f #942dc6

Monochromatic Colors of #c62dac

#c62dac

Complementary Color

#c62dac #2dc647

#c62dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62dac Color CSS Codes

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

#c62dac Text Font Color

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

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


#c62dac Background Color

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

This div background color is #c62dac


#c62dac Border Color

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

This div border color is #c62dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62dac


Comments

No comments written yet.

Please login to write comment.