Color Hex Logo

#c2587b Color Hex

#C2587B
(194,88,123)
0 Favorites   0 Comments

Color spaces of #c2587b

RGB 19488123
HSL0.940.460.55
HSV340°55°76°
CMYK 0.000.550.37   0.24
XYZ29.313019.878821.0309
Yxy19.87880.41740.2831
Hunter Lab44.585639.33063.2431
CIE-Lab51.699946.00381.1138

#c2587b color RGB value is (194,88,123).

#c2587b hex color red value is 194, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c2587b hue: 0.94 , saturation: 0.46 and the lightness value of c2587b is 0.55.

The process color (four color CMYK) of #c2587b color hex is 0.00, 0.55, 0.37, 0.24. Web safe color of #c2587b is #cc6666. Color #c2587b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 01111011
Octal 302 130 173
Decimal 194 88 123
Hex C2 58 7B

RGB Percentages of Color #c2587b

%47.90
%21.73
%30.37

CMYK Percentages of Color #c2587b

%0
%55
%37
%24

Triadic Colors of #c2587b

#c2587b #7bc258 #587bc2

Analogous Colors of #c2587b

#c2587b #c26a58 #c258b0

Monochromatic Colors of #c2587b

#c2587b

Complementary Color

#c2587b #58c29f

#c2587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2587b Color CSS Codes

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

#c2587b Text Font Color

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

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


#c2587b Background Color

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

This div background color is #c2587b


#c2587b Border Color

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

This div border color is #c2587b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,88,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2587b


Comments

No comments written yet.

Please login to write comment.