Color Hex Logo

#c484db Color Hex

#C484DB
(196,132,219)
0 Favorites   0 Comments

Color spaces of #c484db

RGB 196132219
HSL0.790.550.69
HSV284°40°86°
CMYK 0.110.400.00   0.14
XYZ43.802433.352871.1469
Yxy33.35280.29540.2249
Hunter Lab57.751934.3190-32.6155
CIE-Lab64.445639.4616-34.8524

#c484db color RGB value is (196,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000100 11011011
Octal 304 204 333
Decimal 196 132 219
Hex C4 84 DB

RGB Percentages of Color #c484db

%35.83
%24.13
%40.04

CMYK Percentages of Color #c484db

%11
%40
%0
%14

Triadic Colors of #c484db

#c484db #dbc484 #84dbc4

Analogous Colors of #c484db

#c484db #db84c7 #9984db

Monochromatic Colors of #c484db

#c484db

Complementary Color

#c484db #9bdb84

#c484db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c484db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c484db Color CSS Codes

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

#c484db Text Font Color

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

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


#c484db Background Color

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

This div background color is #c484db


#c484db Border Color

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

This div border color is #c484db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,132,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 #c484db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c484db


Comments

No comments written yet.

Please login to write comment.