Color Hex Logo

#c479ca Color Hex

#C479CA
(196,121,202)
0 Favorites   0 Comments

Color spaces of #c479ca

RGB 196121202
HSL0.820.430.63
HSV296°40°79°
CMYK 0.030.400.00   0.21
XYZ40.263029.674859.4828
Yxy29.67480.31110.2293
Hunter Lab54.474636.6016-26.6087
CIE-Lab61.372642.0112-30.0949

#c479ca color RGB value is (196,121,202).

#c479ca hex color red value is 196, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c479ca hue: 0.82 , saturation: 0.43 and the lightness value of c479ca is 0.63.

The process color (four color CMYK) of #c479ca color hex is 0.03, 0.40, 0.00, 0.21. Web safe color of #c479ca is #cc66cc. Color #c479ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11001010
Octal 304 171 312
Decimal 196 121 202
Hex C4 79 CA

RGB Percentages of Color #c479ca

%37.76
%23.31
%38.92

CMYK Percentages of Color #c479ca

%3
%40
%0
%21

Triadic Colors of #c479ca

#c479ca #cac479 #79cac4

Analogous Colors of #c479ca

#c479ca #ca79a8 #9c79ca

Monochromatic Colors of #c479ca

#c479ca

Complementary Color

#c479ca #7fca79

#c479ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479ca Color CSS Codes

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

#c479ca Text Font Color

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

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


#c479ca Background Color

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

This div background color is #c479ca


#c479ca Border Color

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

This div border color is #c479ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479ca


Comments

No comments written yet.

Please login to write comment.