Color Hex Logo

#ad2bee Color Hex

#AD2BEE
(173,43,238)
0 Favorites   0 Comments

Color spaces of #ad2bee

RGB 17343238
HSL0.780.850.55
HSV280°82°93°
CMYK 0.270.820.00   0.07
XYZ33.530116.785082.3615
Yxy16.78500.25270.1265
Hunter Lab40.969574.3907-90.5128
CIE-Lab47.988077.4831-71.9051

#ad2bee color RGB value is (173,43,238).

#ad2bee hex color red value is 173, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ad2bee hue: 0.78 , saturation: 0.85 and the lightness value of ad2bee is 0.55.

The process color (four color CMYK) of #ad2bee color hex is 0.27, 0.82, 0.00, 0.07. Web safe color of #ad2bee is #9933ff. Color #ad2bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101011 11101110
Octal 255 53 356
Decimal 173 43 238
Hex AD 2B EE

RGB Percentages of Color #ad2bee

%38.11
%9.47
%52.42

CMYK Percentages of Color #ad2bee

%27
%82
%0
%7

Triadic Colors of #ad2bee

#ad2bee #eead2b #2beead

Analogous Colors of #ad2bee

#ad2bee #ee2bce #4b2bee

Monochromatic Colors of #ad2bee

#ad2bee

Complementary Color

#ad2bee #6cee2b

#ad2bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2bee Color CSS Codes

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

#ad2bee Text Font Color

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

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


#ad2bee Background Color

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

This div background color is #ad2bee


#ad2bee Border Color

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

This div border color is #ad2bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,43,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2bee


Comments

No comments written yet.

Please login to write comment.