Color Hex Logo

#c3588e Color Hex

#C3588E
(195,88,142)
0 Favorites   0 Comments

Color spaces of #c3588e

RGB 19588142
HSL0.920.470.55
HSV330°55°76°
CMYK 0.000.550.27   0.24
XYZ30.877920.534527.9273
Yxy20.53450.38920.2588
Hunter Lab45.315042.3296-4.8195
CIE-Lab52.436248.7376-9.0794

#c3588e color RGB value is (195,88,142).

#c3588e hex color red value is 195, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c3588e hue: 0.92 , saturation: 0.47 and the lightness value of c3588e is 0.55.

The process color (four color CMYK) of #c3588e color hex is 0.00, 0.55, 0.27, 0.24. Web safe color of #c3588e is #cc6699. Color #c3588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 10001110
Octal 303 130 216
Decimal 195 88 142
Hex C3 58 8E

RGB Percentages of Color #c3588e

%45.88
%20.71
%33.41

CMYK Percentages of Color #c3588e

%0
%55
%27
%24

Triadic Colors of #c3588e

#c3588e #8ec358 #588ec3

Analogous Colors of #c3588e

#c3588e #c35858 #c358c3

Monochromatic Colors of #c3588e

#c3588e

Complementary Color

#c3588e #58c38d

#c3588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3588e Color CSS Codes

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

#c3588e Text Font Color

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

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


#c3588e Background Color

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

This div background color is #c3588e


#c3588e Border Color

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

This div border color is #c3588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3588e


Comments

No comments written yet.

Please login to write comment.