Color Hex Logo

#c488ad Color Hex

#C488AD
(196,136,173)
0 Favorites   0 Comments

Color spaces of #c488ad

RGB 196136173
HSL0.900.340.65
HSV323°31°77°
CMYK 0.000.310.12   0.23
XYZ39.111932.361243.7201
Yxy32.36120.33950.2809
Hunter Lab56.886923.1734-5.7462
CIE-Lab63.640328.6234-10.2384

#c488ad color RGB value is (196,136,173).

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

The process color (four color CMYK) of #c488ad color hex is 0.00, 0.31, 0.12, 0.23. Web safe color of #c488ad is #cc9999. Color #c488ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 10101101
Octal 304 210 255
Decimal 196 136 173
Hex C4 88 AD

RGB Percentages of Color #c488ad

%38.81
%26.93
%34.26

CMYK Percentages of Color #c488ad

%0
%31
%12
%23

Triadic Colors of #c488ad

#c488ad #adc488 #88adc4

Analogous Colors of #c488ad

#c488ad #c4888f #bd88c4

Monochromatic Colors of #c488ad

#c488ad

Complementary Color

#c488ad #88c49f

#c488ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488ad Color CSS Codes

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

#c488ad Text Font Color

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

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


#c488ad Background Color

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

This div background color is #c488ad


#c488ad Border Color

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

This div border color is #c488ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488ad


Comments

No comments written yet.

Please login to write comment.