Color Hex Logo

#c479fd Color Hex

#C479FD
(196,121,253)
0 Favorites   0 Comments

Color spaces of #c479fd

RGB 196121253
HSL0.760.970.73
HSV274°52°99°
CMYK 0.230.520.00   0.01
XYZ47.331932.502496.7074
Yxy32.50240.26810.1841
Hunter Lab57.010948.4263-60.6659
CIE-Lab63.756052.5405-54.7383

#c479fd color RGB value is (196,121,253).

#c479fd hex color red value is 196, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c479fd hue: 0.76 , saturation: 0.97 and the lightness value of c479fd is 0.73.

The process color (four color CMYK) of #c479fd color hex is 0.23, 0.52, 0.00, 0.01. Web safe color of #c479fd is #cc66ff. Color #c479fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11111101
Octal 304 171 375
Decimal 196 121 253
Hex C4 79 FD

RGB Percentages of Color #c479fd

%34.39
%21.23
%44.39

CMYK Percentages of Color #c479fd

%23
%52
%0
%1

Triadic Colors of #c479fd

#c479fd #fdc479 #79fdc4

Analogous Colors of #c479fd

#c479fd #fd79f4 #8279fd

Monochromatic Colors of #c479fd

#c479fd

Complementary Color

#c479fd #b2fd79

#c479fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479fd Color CSS Codes

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

#c479fd Text Font Color

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

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


#c479fd Background Color

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

This div background color is #c479fd


#c479fd Border Color

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

This div border color is #c479fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479fd

Related Colors


Comments

No comments written yet.

Please login to write comment.