Color Hex Logo

#c488bd Color Hex

#C488BD
(196,136,189)
0 Favorites   0 Comments

Color spaces of #c488bd

RGB 196136189
HSL0.850.340.65
HSV307°31°77°
CMYK 0.000.310.04   0.23
XYZ40.754433.018252.3693
Yxy33.01820.32310.2618
Hunter Lab57.461526.0431-13.8128
CIE-Lab64.175631.4506-18.4661

#c488bd color RGB value is (196,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 10111101
Octal 304 210 275
Decimal 196 136 189
Hex C4 88 BD

RGB Percentages of Color #c488bd

%37.62
%26.10
%36.28

CMYK Percentages of Color #c488bd

%0
%31
%4
%23

Triadic Colors of #c488bd

#c488bd #bdc488 #88bdc4

Analogous Colors of #c488bd

#c488bd #c4889f #ad88c4

Monochromatic Colors of #c488bd

#c488bd

Complementary Color

#c488bd #88c48f

#c488bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488bd Color CSS Codes

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

#c488bd Text Font Color

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

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


#c488bd Background Color

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

This div background color is #c488bd


#c488bd Border Color

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

This div border color is #c488bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488bd


Comments

No comments written yet.

Please login to write comment.