Color Hex Logo

#c479db Color Hex

#C479DB
(196,121,219)
0 Favorites   0 Comments

Color spaces of #c479db

RGB 196121219
HSL0.790.580.67
HSV286°45°86°
CMYK 0.110.450.00   0.14
XYZ42.388530.525070.6756
Yxy30.52500.29520.2126
Hunter Lab55.249440.2624-37.1697
CIE-Lab62.104645.3510-38.5045

#c479db color RGB value is (196,121,219).

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

The process color (four color CMYK) of #c479db color hex is 0.11, 0.45, 0.00, 0.14. Web safe color of #c479db is #cc66cc. Color #c479db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11011011
Octal 304 171 333
Decimal 196 121 219
Hex C4 79 DB

RGB Percentages of Color #c479db

%36.57
%22.57
%40.86

CMYK Percentages of Color #c479db

%11
%45
%0
%14

Triadic Colors of #c479db

#c479db #dbc479 #79dbc4

Analogous Colors of #c479db

#c479db #db79c1 #9379db

Monochromatic Colors of #c479db

#c479db

Complementary Color

#c479db #90db79

#c479db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479db Color CSS Codes

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

#c479db Text Font Color

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

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


#c479db Background Color

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

This div background color is #c479db


#c479db Border Color

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

This div border color is #c479db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479db


Comments

No comments written yet.

Please login to write comment.