Color Hex Logo

#c488db Color Hex

#C488DB
(196,136,219)
0 Favorites   0 Comments

Color spaces of #c488db

RGB 196136219
HSL0.790.540.70
HSV283°38°86°
CMYK 0.110.380.00   0.14
XYZ44.355334.458671.3312
Yxy34.45860.29540.2295
Hunter Lab58.701432.1485-30.9554
CIE-Lab65.325037.2893-33.4859

#c488db color RGB value is (196,136,219).

#c488db hex color red value is 196, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c488db hue: 0.79 , saturation: 0.54 and the lightness value of c488db is 0.70.

The process color (four color CMYK) of #c488db color hex is 0.11, 0.38, 0.00, 0.14. Web safe color of #c488db is #cc99cc. Color #c488db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 11011011
Octal 304 210 333
Decimal 196 136 219
Hex C4 88 DB

RGB Percentages of Color #c488db

%35.57
%24.68
%39.75

CMYK Percentages of Color #c488db

%11
%38
%0
%14

Triadic Colors of #c488db

#c488db #dbc488 #88dbc4

Analogous Colors of #c488db

#c488db #db88c9 #9b88db

Monochromatic Colors of #c488db

#c488db

Complementary Color

#c488db #9fdb88

#c488db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488db Color CSS Codes

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

#c488db Text Font Color

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

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


#c488db Background Color

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

This div background color is #c488db


#c488db Border Color

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

This div border color is #c488db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488db


Comments

No comments written yet.

Please login to write comment.