Color Hex Logo

#c473ec Color Hex

#C473EC
(196,115,236)
0 Favorites   0 Comments

Color spaces of #c473ec

RGB 196115236
HSL0.780.760.69
HSV280°51°93°
CMYK 0.170.510.00   0.07
XYZ44.036030.053482.8368
Yxy30.05340.28060.1915
Hunter Lab54.821047.4468-51.2150
CIE-Lab61.700351.9801-48.6131

#c473ec color RGB value is (196,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 11101100
Octal 304 163 354
Decimal 196 115 236
Hex C4 73 EC

RGB Percentages of Color #c473ec

%35.83
%21.02
%43.14

CMYK Percentages of Color #c473ec

%17
%51
%0
%7

Triadic Colors of #c473ec

#c473ec #ecc473 #73ecc4

Analogous Colors of #c473ec

#c473ec #ec73d8 #8873ec

Monochromatic Colors of #c473ec

#c473ec

Complementary Color

#c473ec #9bec73

#c473ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473ec Color CSS Codes

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

#c473ec Text Font Color

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

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


#c473ec Background Color

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

This div background color is #c473ec


#c473ec Border Color

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

This div border color is #c473ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473ec


Comments

No comments written yet.

Please login to write comment.