Color Hex Logo

#c35872 Color Hex

#C35872
(195,88,114)
0 Favorites   0 Comments

Color spaces of #c35872

RGB 19588114
HSL0.960.470.55
HSV345°55°76°
CMYK 0.000.550.42   0.24
XYZ29.032719.796518.2105
Yxy19.79650.43310.2953
Hunter Lab44.493338.61156.8787
CIE-Lab51.606345.32696.3705

#c35872 color RGB value is (195,88,114).

#c35872 hex color red value is 195, green value is 88 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c35872 hue: 0.96 , saturation: 0.47 and the lightness value of c35872 is 0.55.

The process color (four color CMYK) of #c35872 color hex is 0.00, 0.55, 0.42, 0.24. Web safe color of #c35872 is #cc6666. Color #c35872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 01110010
Octal 303 130 162
Decimal 195 88 114
Hex C3 58 72

RGB Percentages of Color #c35872

%49.12
%22.17
%28.72

CMYK Percentages of Color #c35872

%0
%55
%42
%24

Triadic Colors of #c35872

#c35872 #72c358 #5872c3

Analogous Colors of #c35872

#c35872 #c37458 #c358a8

Monochromatic Colors of #c35872

#c35872

Complementary Color

#c35872 #58c3a9

#c35872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35872 Color CSS Codes

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

#c35872 Text Font Color

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

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


#c35872 Background Color

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

This div background color is #c35872


#c35872 Border Color

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

This div border color is #c35872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,88,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c35872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c35872;
  -webkit-box-shadow: 1px 1px 3px 2px #c35872;
  box-shadow:         1px 1px 3px 2px #c35872; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,88,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35872


Comments

No comments written yet.

Please login to write comment.