color codes Logo

#ad4bef color codes

#AD4BEF
(173,75,239)
0 Favorites   0 Comments

Color spaces of #ad4bef

RGB 17375239
HSL0.770.840.62
HSV276°69°94°
CMYK 0.280.690.00   0.06
XYZ35.329620.148483.6883
Yxy20.14840.25390.1448
Hunter Lab44.887061.9414-79.1208
CIE-Lab52.004666.3806-65.9533

#ad4bef color RGB value is (173,75,239).

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

The process color (four color CMYK) of #ad4bef color code is 0.28, 0.69, 0.00, 0.06. Web safe color of #ad4bef is #9933ff. Color #ad4bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001011 11101111
Octal 255 113 357
Decimal 173 75 239
Hex AD 4B EF

RGB Percentages of Color #ad4bef

%35.52
%15.40
%49.08

CMYK Percentages of Color #ad4bef

%28
%69
%0
%6

Triadic Colors of #ad4bef

#ad4bef #efad4b #4befad

Analogous Colors of #ad4bef

#ad4bef #ef4bdf #5b4bef

Monochromatic Colors of #ad4bef

#ad4bef

Complementary Color

#ad4bef #8def4b

#ad4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4bef Color CSS Codes

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

#ad4bef Text Font Color

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

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


#ad4bef Background Color

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

This div background color is #ad4bef


#ad4bef Border Color

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

This div border color is #ad4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4bef


Comments

No comments written yet.

Please login to write comment.