Color Hex Logo

#c479bf Color Hex

#C479BF
(196,121,191)
0 Favorites   0 Comments

Color spaces of #c479bf

RGB 196121191
HSL0.840.390.62
HSV304°38°77°
CMYK 0.000.380.03   0.23
XYZ39.006329.172152.8651
Yxy29.17210.32230.2410
Hunter Lab54.011234.3911-20.2240
CIE-Lab60.933239.9569-24.5494

#c479bf color RGB value is (196,121,191).

#c479bf hex color red value is 196, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c479bf hue: 0.84 , saturation: 0.39 and the lightness value of c479bf is 0.62.

The process color (four color CMYK) of #c479bf color hex is 0.00, 0.38, 0.03, 0.23. Web safe color of #c479bf is #cc66cc. Color #c479bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 10111111
Octal 304 171 277
Decimal 196 121 191
Hex C4 79 BF

RGB Percentages of Color #c479bf

%38.58
%23.82
%37.60

CMYK Percentages of Color #c479bf

%0
%38
%3
%23

Triadic Colors of #c479bf

#c479bf #bfc479 #79bfc4

Analogous Colors of #c479bf

#c479bf #c4799a #a479c4

Monochromatic Colors of #c479bf

#c479bf

Complementary Color

#c479bf #79c47e

#c479bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479bf Color CSS Codes

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

#c479bf Text Font Color

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

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


#c479bf Background Color

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

This div background color is #c479bf


#c479bf Border Color

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

This div border color is #c479bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479bf


Comments

No comments written yet.

Please login to write comment.