Color Hex Logo

#d4a1ec Color Hex

#D4A1EC
(212,161,236)
0 Favorites   0 Comments

Color spaces of #d4a1ec

RGB 212161236
HSL0.780.660.78
HSV281°32°93°
CMYK 0.100.320.00   0.07
XYZ55.036645.542985.2468
Yxy45.54290.29620.2451
Hunter Lab67.485527.4730-27.6545
CIE-Lab73.247932.0594-30.4571

#d4a1ec color RGB value is (212,161,236).

#d4a1ec hex color red value is 212, green value is 161 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4a1ec hue: 0.78 , saturation: 0.66 and the lightness value of d4a1ec is 0.78.

The process color (four color CMYK) of #d4a1ec color hex is 0.10, 0.32, 0.00, 0.07. Web safe color of #d4a1ec is #cc99ff. Color #d4a1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100001 11101100
Octal 324 241 354
Decimal 212 161 236
Hex D4 A1 EC

RGB Percentages of Color #d4a1ec

%34.81
%26.44
%38.75

CMYK Percentages of Color #d4a1ec

%10
%32
%0
%7

Triadic Colors of #d4a1ec

#d4a1ec #ecd4a1 #a1ecd4

Analogous Colors of #d4a1ec

#d4a1ec #eca1df #afa1ec

Monochromatic Colors of #d4a1ec

#d4a1ec

Complementary Color

#d4a1ec #b9eca1

#d4a1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a1ec Color CSS Codes

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

#d4a1ec Text Font Color

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

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


#d4a1ec Background Color

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

This div background color is #d4a1ec


#d4a1ec Border Color

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

This div border color is #d4a1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a1ec


Comments

No comments written yet.

Please login to write comment.