Color Hex Logo

#c473ed Color Hex

#C473ED
(196,115,237)
0 Favorites   0 Comments

Color spaces of #c473ed

RGB 196115237
HSL0.780.770.69
HSV280°51°93°
CMYK 0.170.510.00   0.07
XYZ44.181730.111783.6043
Yxy30.11170.27980.1907
Hunter Lab54.874147.6889-51.9203
CIE-Lab61.750552.1899-49.0887

#c473ed color RGB value is (196,115,237).

#c473ed hex color red value is 196, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c473ed hue: 0.78 , saturation: 0.77 and the lightness value of c473ed is 0.69.

The process color (four color CMYK) of #c473ed color hex is 0.17, 0.51, 0.00, 0.07. Web safe color of #c473ed is #cc66ff. Color #c473ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 11101101
Octal 304 163 355
Decimal 196 115 237
Hex C4 73 ED

RGB Percentages of Color #c473ed

%35.77
%20.99
%43.25

CMYK Percentages of Color #c473ed

%17
%51
%0
%7

Triadic Colors of #c473ed

#c473ed #edc473 #73edc4

Analogous Colors of #c473ed

#c473ed #ed73d9 #8773ed

Monochromatic Colors of #c473ed

#c473ed

Complementary Color

#c473ed #9ced73

#c473ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473ed Color CSS Codes

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

#c473ed Text Font Color

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

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


#c473ed Background Color

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

This div background color is #c473ed


#c473ed Border Color

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

This div border color is #c473ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473ed


Comments

No comments written yet.

Please login to write comment.