Color Hex Logo

#c62782 Color Hex

#C62782
(198,39,130)
0 Favorites   0 Comments

Color spaces of #c62782

RGB 19839130
HSL0.900.670.46
HSV326°80°78°
CMYK 0.000.800.34   0.22
XYZ28.043515.068522.5496
Yxy15.06850.42710.2295
Hunter Lab38.818261.0224-7.2690
CIE-Lab45.727966.7964-11.9012

#c62782 color RGB value is (198,39,130).

#c62782 hex color red value is 198, green value is 39 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c62782 hue: 0.90 , saturation: 0.67 and the lightness value of c62782 is 0.46.

The process color (four color CMYK) of #c62782 color hex is 0.00, 0.80, 0.34, 0.22. Web safe color of #c62782 is #cc3399. Color #c62782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100111 10000010
Octal 306 47 202
Decimal 198 39 130
Hex C6 27 82

RGB Percentages of Color #c62782

%53.95
%10.63
%35.42

CMYK Percentages of Color #c62782

%0
%80
%34
%22

Triadic Colors of #c62782

#c62782 #82c627 #2782c6

Analogous Colors of #c62782

#c62782 #c62732 #bb27c6

Monochromatic Colors of #c62782

#c62782

Complementary Color

#c62782 #27c66b

#c62782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62782 Color CSS Codes

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

#c62782 Text Font Color

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

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


#c62782 Background Color

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

This div background color is #c62782


#c62782 Border Color

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

This div border color is #c62782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62782


Comments

No comments written yet.

Please login to write comment.