Color Hex Logo

#ad4ecf Color Hex

#AD4ECF
(173,78,207)
0 Favorites   0 Comments

Color spaces of #ad4ecf

RGB 17378207
HSL0.790.570.56
HSV284°62°81°
CMYK 0.160.620.00   0.19
XYZ31.220518.838061.0221
Yxy18.83800.28110.1696
Hunter Lab43.402852.4439-52.9768
CIE-Lab50.497158.3623-50.2441

#ad4ecf color RGB value is (173,78,207).

#ad4ecf hex color red value is 173, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ad4ecf hue: 0.79 , saturation: 0.57 and the lightness value of ad4ecf is 0.56.

The process color (four color CMYK) of #ad4ecf color hex is 0.16, 0.62, 0.00, 0.19. Web safe color of #ad4ecf is #9966cc. Color #ad4ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 11001111
Octal 255 116 317
Decimal 173 78 207
Hex AD 4E CF

RGB Percentages of Color #ad4ecf

%37.77
%17.03
%45.20

CMYK Percentages of Color #ad4ecf

%16
%62
%0
%19

Triadic Colors of #ad4ecf

#ad4ecf #cfad4e #4ecfad

Analogous Colors of #ad4ecf

#ad4ecf #cf4eb1 #6d4ecf

Monochromatic Colors of #ad4ecf

#ad4ecf

Complementary Color

#ad4ecf #70cf4e

#ad4ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4ecf Color CSS Codes

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

#ad4ecf Text Font Color

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

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


#ad4ecf Background Color

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

This div background color is #ad4ecf


#ad4ecf Border Color

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

This div border color is #ad4ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4ecf


Comments

No comments written yet.

Please login to write comment.