Color Hex Logo

#c588be Color Hex

#C588BE
(197,136,190)
0 Favorites   0 Comments

Color spaces of #c588be

RGB 197136190
HSL0.850.340.65
HSV307°31°77°
CMYK 0.000.310.04   0.23
XYZ41.124433.196352.9552
Yxy33.19630.32310.2608
Hunter Lab57.616226.5785-14.1622
CIE-Lab64.319531.9680-18.8002

#c588be color RGB value is (197,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 10111110
Octal 305 210 276
Decimal 197 136 190
Hex C5 88 BE

RGB Percentages of Color #c588be

%37.67
%26.00
%36.33

CMYK Percentages of Color #c588be

%0
%31
%4
%23

Triadic Colors of #c588be

#c588be #bec588 #88bec5

Analogous Colors of #c588be

#c588be #c588a0 #ae88c5

Monochromatic Colors of #c588be

#c588be

Complementary Color

#c588be #88c58f

#c588be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588be Color CSS Codes

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

#c588be Text Font Color

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

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


#c588be Background Color

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

This div background color is #c588be


#c588be Border Color

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

This div border color is #c588be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588be


Comments

No comments written yet.

Please login to write comment.