Color Hex Logo

#c62355 Color Hex

#C62355
(198,35,85)
0 Favorites   0 Comments

Color spaces of #c62355

RGB 1983585
HSL0.950.700.46
HSV342°82°78°
CMYK 0.000.820.57   0.22
XYZ25.529413.86379.9247
Yxy13.86370.51770.2811
Hunter Lab37.234057.228610.2601
CIE-Lab44.036863.825313.5035

#c62355 color RGB value is (198,35,85).

#c62355 hex color red value is 198, green value is 35 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c62355 hue: 0.95 , saturation: 0.70 and the lightness value of c62355 is 0.46.

The process color (four color CMYK) of #c62355 color hex is 0.00, 0.82, 0.57, 0.22. Web safe color of #c62355 is #cc3366. Color #c62355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 01010101
Octal 306 43 125
Decimal 198 35 85
Hex C6 23 55

RGB Percentages of Color #c62355

%62.26
%11.01
%26.73

CMYK Percentages of Color #c62355

%0
%82
%57
%22

Triadic Colors of #c62355

#c62355 #55c623 #2355c6

Analogous Colors of #c62355

#c62355 #c64323 #c623a7

Monochromatic Colors of #c62355

#c62355

Complementary Color

#c62355 #23c694

#c62355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62355 Color CSS Codes

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

#c62355 Text Font Color

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

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


#c62355 Background Color

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

This div background color is #c62355


#c62355 Border Color

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

This div border color is #c62355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62355


Comments

No comments written yet.

Please login to write comment.