Color Hex Logo

#c62ead Color Hex

#C62EAD
(198,46,173)
0 Favorites   0 Comments

Color spaces of #c62ead

RGB 19846173
HSL0.860.620.48
HSV310°77°78°
CMYK 0.000.770.13   0.22
XYZ31.808516.976941.1355
Yxy16.97690.35370.1888
Hunter Lab41.203065.6956-30.3507
CIE-Lab48.230970.2828-33.8395

#c62ead color RGB value is (198,46,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 10101101
Octal 306 56 255
Decimal 198 46 173
Hex C6 2E AD

RGB Percentages of Color #c62ead

%47.48
%11.03
%41.49

CMYK Percentages of Color #c62ead

%0
%77
%13
%22

Triadic Colors of #c62ead

#c62ead #adc62e #2eadc6

Analogous Colors of #c62ead

#c62ead #c62e61 #932ec6

Monochromatic Colors of #c62ead

#c62ead

Complementary Color

#c62ead #2ec647

#c62ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ead Color CSS Codes

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

#c62ead Text Font Color

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

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


#c62ead Background Color

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

This div background color is #c62ead


#c62ead Border Color

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

This div border color is #c62ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ead


Comments

No comments written yet.

Please login to write comment.