Color Hex Logo

#c473dd Color Hex

#C473DD
(196,115,221)
0 Favorites   0 Comments

Color spaces of #c473dd

RGB 196115221
HSL0.790.610.66
HSV286°48°87°
CMYK 0.110.480.00   0.13
XYZ41.946829.217771.8353
Yxy29.21770.29330.2043
Hunter Lab54.053443.9270-40.9572
CIE-Lab60.973348.8958-41.3970

#c473dd color RGB value is (196,115,221).

#c473dd hex color red value is 196, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c473dd hue: 0.79 , saturation: 0.61 and the lightness value of c473dd is 0.66.

The process color (four color CMYK) of #c473dd color hex is 0.11, 0.48, 0.00, 0.13. Web safe color of #c473dd is #cc66cc. Color #c473dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 11011101
Octal 304 163 335
Decimal 196 115 221
Hex C4 73 DD

RGB Percentages of Color #c473dd

%36.84
%21.62
%41.54

CMYK Percentages of Color #c473dd

%11
%48
%0
%13

Triadic Colors of #c473dd

#c473dd #ddc473 #73ddc4

Analogous Colors of #c473dd

#c473dd #dd73c1 #8f73dd

Monochromatic Colors of #c473dd

#c473dd

Complementary Color

#c473dd #8cdd73

#c473dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473dd Color CSS Codes

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

#c473dd Text Font Color

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

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


#c473dd Background Color

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

This div background color is #c473dd


#c473dd Border Color

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

This div border color is #c473dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473dd


Comments

No comments written yet.

Please login to write comment.