Color Hex Logo

#c31d65 Color Hex

#C31D65
(195,29,101)
0 Favorites   0 Comments

Color spaces of #c31d65

RGB 19529101
HSL0.930.740.44
HSV334°85°76°
CMYK 0.000.850.48   0.24
XYZ25.294013.420413.5692
Yxy13.42040.48380.2567
Hunter Lab36.633959.13683.6827
CIE-Lab43.390065.61882.4975

#c31d65 color RGB value is (195,29,101).

#c31d65 hex color red value is 195, green value is 29 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c31d65 hue: 0.93 , saturation: 0.74 and the lightness value of c31d65 is 0.44.

The process color (four color CMYK) of #c31d65 color hex is 0.00, 0.85, 0.48, 0.24. Web safe color of #c31d65 is #cc3366. Color #c31d65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011101 01100101
Octal 303 35 145
Decimal 195 29 101
Hex C3 1D 65

RGB Percentages of Color #c31d65

%60.00
%8.92
%31.08

CMYK Percentages of Color #c31d65

%0
%85
%48
%24

Triadic Colors of #c31d65

#c31d65 #65c31d #1d65c3

Analogous Colors of #c31d65

#c31d65 #c3281d #c31db8

Monochromatic Colors of #c31d65

#c31d65

Complementary Color

#c31d65 #1dc37b

#c31d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31d65 Color CSS Codes

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

#c31d65 Text Font Color

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

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


#c31d65 Background Color

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

This div background color is #c31d65


#c31d65 Border Color

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

This div border color is #c31d65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31d65

#c31d65 Color Palettes


Comments

No comments written yet.

Please login to write comment.