Color Hex Logo

#c62785 Color Hex

#C62785
(198,39,133)
0 Favorites   0 Comments

Color spaces of #c62785

RGB 19839133
HSL0.900.670.46
HSV325°80°78°
CMYK 0.000.800.33   0.22
XYZ28.247915.150323.6258
Yxy15.15030.42150.2260
Hunter Lab38.923461.4270-8.7416
CIE-Lab45.839467.1226-13.5622

#c62785 color RGB value is (198,39,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100111 10000101
Octal 306 47 205
Decimal 198 39 133
Hex C6 27 85

RGB Percentages of Color #c62785

%53.51
%10.54
%35.95

CMYK Percentages of Color #c62785

%0
%80
%33
%22

Triadic Colors of #c62785

#c62785 #85c627 #2785c6

Analogous Colors of #c62785

#c62785 #c62736 #b827c6

Monochromatic Colors of #c62785

#c62785

Complementary Color

#c62785 #27c668

#c62785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62785 Color CSS Codes

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

#c62785 Text Font Color

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

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


#c62785 Background Color

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

This div background color is #c62785


#c62785 Border Color

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

This div border color is #c62785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62785


Comments

No comments written yet.

Please login to write comment.