Color Hex Logo

#c3387f Color Hex

#C3387F
(195,56,127)
0 Favorites   0 Comments

Color spaces of #c3387f

RGB 19556127
HSL0.910.550.49
HSV329°71°76°
CMYK 0.000.710.35   0.24
XYZ27.750615.962821.6972
Yxy15.96280.42430.2440
Hunter Lab39.953554.0627-4.2307
CIE-Lab46.925660.4707-8.3259

#c3387f color RGB value is (195,56,127).

#c3387f hex color red value is 195, green value is 56 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c3387f hue: 0.91 , saturation: 0.55 and the lightness value of c3387f is 0.49.

The process color (four color CMYK) of #c3387f color hex is 0.00, 0.71, 0.35, 0.24. Web safe color of #c3387f is #cc3366. Color #c3387f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 01111111
Octal 303 70 177
Decimal 195 56 127
Hex C3 38 7F

RGB Percentages of Color #c3387f

%51.59
%14.81
%33.60

CMYK Percentages of Color #c3387f

%0
%71
%35
%24

Triadic Colors of #c3387f

#c3387f #7fc338 #387fc3

Analogous Colors of #c3387f

#c3387f #c3383a #c238c3

Monochromatic Colors of #c3387f

#c3387f

Complementary Color

#c3387f #38c37c

#c3387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3387f Color CSS Codes

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

#c3387f Text Font Color

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

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


#c3387f Background Color

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

This div background color is #c3387f


#c3387f Border Color

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

This div border color is #c3387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3387f


Comments

No comments written yet.

Please login to write comment.