Color Hex Logo

#c588ba Color Hex

#C588BA
(197,136,186)
0 Favorites   0 Comments

Color spaces of #c588ba

RGB 197136186
HSL0.860.340.65
HSV311°31°77°
CMYK 0.000.310.06   0.23
XYZ40.693033.023850.6838
Yxy33.02380.32710.2655
Hunter Lab57.466325.8331-12.0658
CIE-Lab64.180231.2417-16.7588

#c588ba color RGB value is (197,136,186).

#c588ba hex color red value is 197, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c588ba hue: 0.86 , saturation: 0.34 and the lightness value of c588ba is 0.65.

The process color (four color CMYK) of #c588ba color hex is 0.00, 0.31, 0.06, 0.23. Web safe color of #c588ba is #cc99cc. Color #c588ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 10111010
Octal 305 210 272
Decimal 197 136 186
Hex C5 88 BA

RGB Percentages of Color #c588ba

%37.96
%26.20
%35.84

CMYK Percentages of Color #c588ba

%0
%31
%6
%23

Triadic Colors of #c588ba

#c588ba #bac588 #88bac5

Analogous Colors of #c588ba

#c588ba #c5889c #b288c5

Monochromatic Colors of #c588ba

#c588ba

Complementary Color

#c588ba #88c593

#c588ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588ba Color CSS Codes

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

#c588ba Text Font Color

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

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


#c588ba Background Color

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

This div background color is #c588ba


#c588ba Border Color

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

This div border color is #c588ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,136,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c588ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c588ba;
  -webkit-box-shadow: 1px 1px 3px 2px #c588ba;
  box-shadow:         1px 1px 3px 2px #c588ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,136,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588ba


Comments

No comments written yet.

Please login to write comment.