Color Hex Logo

#ad50ec Color Hex

#AD50EC
(173,80,236)
0 Favorites   0 Comments

Color spaces of #ad50ec

RGB 17380236
HSL0.770.800.62
HSV276°66°93°
CMYK 0.270.660.00   0.07
XYZ35.242620.677781.4906
Yxy20.67770.25650.1505
Hunter Lab45.472758.7650-74.4213
CIE-Lab52.594963.5406-63.3175

#ad50ec color RGB value is (173,80,236).

#ad50ec hex color red value is 173, green value is 80 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad50ec hue: 0.77 , saturation: 0.80 and the lightness value of ad50ec is 0.62.

The process color (four color CMYK) of #ad50ec color hex is 0.27, 0.66, 0.00, 0.07. Web safe color of #ad50ec is #9966ff. Color #ad50ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 11101100
Octal 255 120 354
Decimal 173 80 236
Hex AD 50 EC

RGB Percentages of Color #ad50ec

%35.38
%16.36
%48.26

CMYK Percentages of Color #ad50ec

%27
%66
%0
%7

Triadic Colors of #ad50ec

#ad50ec #ecad50 #50ecad

Analogous Colors of #ad50ec

#ad50ec #ec50dd #5f50ec

Monochromatic Colors of #ad50ec

#ad50ec

Complementary Color

#ad50ec #8fec50

#ad50ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad50ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad50ec Color CSS Codes

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

#ad50ec Text Font Color

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

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


#ad50ec Background Color

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

This div background color is #ad50ec


#ad50ec Border Color

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

This div border color is #ad50ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,80,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 #ad50ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad50ec


Comments

No comments written yet.

Please login to write comment.