Color Hex Logo

#c3377d Color Hex

#C3377D
(195,55,125)
0 Favorites   0 Comments

Color spaces of #c3377d

RGB 19555125
HSL0.920.560.49
HSV330°72°76°
CMYK 0.000.720.36   0.24
XYZ27.573515.815121.0014
Yxy15.81510.42820.2456
Hunter Lab39.768254.1696-3.4730
CIE-Lab46.731060.6027-7.3992

#c3377d color RGB value is (195,55,125).

#c3377d hex color red value is 195, green value is 55 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c3377d hue: 0.92 , saturation: 0.56 and the lightness value of c3377d is 0.49.

The process color (four color CMYK) of #c3377d color hex is 0.00, 0.72, 0.36, 0.24. Web safe color of #c3377d is #cc3366. Color #c3377d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110111 01111101
Octal 303 67 175
Decimal 195 55 125
Hex C3 37 7D

RGB Percentages of Color #c3377d

%52.00
%14.67
%33.33

CMYK Percentages of Color #c3377d

%0
%72
%36
%24

Triadic Colors of #c3377d

#c3377d #7dc337 #377dc3

Analogous Colors of #c3377d

#c3377d #c33737 #c337c3

Monochromatic Colors of #c3377d

#c3377d

Complementary Color

#c3377d #37c37d

#c3377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3377d Color CSS Codes

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

#c3377d Text Font Color

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

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


#c3377d Background Color

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

This div background color is #c3377d


#c3377d Border Color

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

This div border color is #c3377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3377d

#c3377d Color Palettes


Comments

No comments written yet.

Please login to write comment.