Color Hex Logo

#c488bf Color Hex

#C488BF
(196,136,191)
0 Favorites   0 Comments

Color spaces of #c488bf

RGB 196136191
HSL0.850.340.65
HSV305°31°77°
CMYK 0.000.310.03   0.23
XYZ40.973133.105753.5207
Yxy33.10570.32110.2595
Hunter Lab57.537626.4210-14.8745
CIE-Lab64.246431.8189-19.4842

#c488bf color RGB value is (196,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 10111111
Octal 304 210 277
Decimal 196 136 191
Hex C4 88 BF

RGB Percentages of Color #c488bf

%37.48
%26.00
%36.52

CMYK Percentages of Color #c488bf

%0
%31
%3
%23

Triadic Colors of #c488bf

#c488bf #bfc488 #88bfc4

Analogous Colors of #c488bf

#c488bf #c488a1 #ab88c4

Monochromatic Colors of #c488bf

#c488bf

Complementary Color

#c488bf #88c48d

#c488bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488bf Color CSS Codes

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

#c488bf Text Font Color

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

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


#c488bf Background Color

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

This div background color is #c488bf


#c488bf Border Color

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

This div border color is #c488bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488bf


Comments

No comments written yet.

Please login to write comment.