Color Hex Logo

#c31385 Color Hex

#C31385
(195,19,133)
0 Favorites   0 Comments

Color spaces of #c31385

RGB 19519133
HSL0.890.820.42
HSV321°90°76°
CMYK 0.000.900.32   0.24
XYZ26.972213.761323.4249
Yxy13.76130.42040.2145
Hunter Lab37.096264.8667-11.4721
CIE-Lab43.888670.4304-16.5839

#c31385 color RGB value is (195,19,133).

#c31385 hex color red value is 195, green value is 19 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c31385 hue: 0.89 , saturation: 0.82 and the lightness value of c31385 is 0.42.

The process color (four color CMYK) of #c31385 color hex is 0.00, 0.90, 0.32, 0.24. Web safe color of #c31385 is #cc0099. Color #c31385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 10000101
Octal 303 23 205
Decimal 195 19 133
Hex C3 13 85

RGB Percentages of Color #c31385

%56.20
%5.48
%38.33

CMYK Percentages of Color #c31385

%0
%90
%32
%24

Triadic Colors of #c31385

#c31385 #85c313 #1385c3

Analogous Colors of #c31385

#c31385 #c3132d #a913c3

Monochromatic Colors of #c31385

#c31385

Complementary Color

#c31385 #13c351

#c31385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31385 Color CSS Codes

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

#c31385 Text Font Color

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

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


#c31385 Background Color

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

This div background color is #c31385


#c31385 Border Color

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

This div border color is #c31385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,19,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 #c31385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31385


Comments

No comments written yet.

Please login to write comment.