Color Hex Logo

#c2387f Color Hex

#C2387F
(194,56,127)
0 Favorites   0 Comments

Color spaces of #c2387f

RGB 19456127
HSL0.910.550.49
HSV329°71°76°
CMYK 0.000.710.35   0.24
XYZ27.493115.830021.6851
Yxy15.83000.42290.2435
Hunter Lab39.786953.7178-4.4640
CIE-Lab46.750760.1958-8.6059

#c2387f color RGB value is (194,56,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 01111111
Octal 302 70 177
Decimal 194 56 127
Hex C2 38 7F

RGB Percentages of Color #c2387f

%51.46
%14.85
%33.69

CMYK Percentages of Color #c2387f

%0
%71
%35
%24

Triadic Colors of #c2387f

#c2387f #7fc238 #387fc2

Analogous Colors of #c2387f

#c2387f #c2383a #c038c2

Monochromatic Colors of #c2387f

#c2387f

Complementary Color

#c2387f #38c27b

#c2387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2387f Color CSS Codes

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

#c2387f Text Font Color

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

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


#c2387f Background Color

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

This div background color is #c2387f


#c2387f Border Color

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

This div border color is #c2387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2387f


Comments

No comments written yet.

Please login to write comment.