Color Hex Logo

#c488af Color Hex

#C488AF
(196,136,175)
0 Favorites   0 Comments

Color spaces of #c488af

RGB 196136175
HSL0.890.340.65
HSV321°31°77°
CMYK 0.000.310.11   0.23
XYZ39.307032.439244.7471
Yxy32.43920.33740.2785
Hunter Lab56.955423.5173-6.7125
CIE-Lab63.704228.9652-11.2746

#c488af color RGB value is (196,136,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 10101111
Octal 304 210 257
Decimal 196 136 175
Hex C4 88 AF

RGB Percentages of Color #c488af

%38.66
%26.82
%34.52

CMYK Percentages of Color #c488af

%0
%31
%11
%23

Triadic Colors of #c488af

#c488af #afc488 #88afc4

Analogous Colors of #c488af

#c488af #c48891 #bb88c4

Monochromatic Colors of #c488af

#c488af

Complementary Color

#c488af #88c49d

#c488af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488af Color CSS Codes

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

#c488af Text Font Color

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

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


#c488af Background Color

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

This div background color is #c488af


#c488af Border Color

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

This div border color is #c488af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488af


Comments

No comments written yet.

Please login to write comment.