Color Hex Logo

#ad7ceb Color Hex

#AD7CEB
(173,124,235)
0 Favorites   0 Comments

Color spaces of #ad7ceb

RGB 173124235
HSL0.740.740.70
HSV266°47°92°
CMYK 0.260.470.00   0.08
XYZ39.436629.297782.1737
Yxy29.29770.26130.1941
Hunter Lab54.127335.3303-52.1223
CIE-Lab61.043540.8430-49.2571

#ad7ceb color RGB value is (173,124,235).

#ad7ceb hex color red value is 173, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad7ceb hue: 0.74 , saturation: 0.74 and the lightness value of ad7ceb is 0.70.

The process color (four color CMYK) of #ad7ceb color hex is 0.26, 0.47, 0.00, 0.08. Web safe color of #ad7ceb is #9966ff. Color #ad7ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111100 11101011
Octal 255 174 353
Decimal 173 124 235
Hex AD 7C EB

RGB Percentages of Color #ad7ceb

%32.52
%23.31
%44.17

CMYK Percentages of Color #ad7ceb

%26
%47
%0
%8

Triadic Colors of #ad7ceb

#ad7ceb #ebad7c #7cebad

Analogous Colors of #ad7ceb

#ad7ceb #e57ceb #7c83eb

Monochromatic Colors of #ad7ceb

#ad7ceb

Complementary Color

#ad7ceb #baeb7c

#ad7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ceb Color CSS Codes

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

#ad7ceb Text Font Color

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

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


#ad7ceb Background Color

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

This div background color is #ad7ceb


#ad7ceb Border Color

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

This div border color is #ad7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ceb


Comments

No comments written yet.

Please login to write comment.