Color Hex Logo

#d7a8ec Color Hex

#D7A8EC
(215,168,236)
0 Favorites   0 Comments

Color spaces of #d7a8ec

RGB 215168236
HSL0.780.640.79
HSV281°29°93°
CMYK 0.090.290.00   0.07
XYZ57.167348.508585.7069
Yxy48.50850.29870.2535
Hunter Lab69.648024.6292-24.2070
CIE-Lab75.144529.1946-27.5181

#d7a8ec color RGB value is (215,168,236).

#d7a8ec hex color red value is 215, green value is 168 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d7a8ec hue: 0.78 , saturation: 0.64 and the lightness value of d7a8ec is 0.79.

The process color (four color CMYK) of #d7a8ec color hex is 0.09, 0.29, 0.00, 0.07. Web safe color of #d7a8ec is #cc99ff. Color #d7a8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101000 11101100
Octal 327 250 354
Decimal 215 168 236
Hex D7 A8 EC

RGB Percentages of Color #d7a8ec

%34.73
%27.14
%38.13

CMYK Percentages of Color #d7a8ec

%9
%29
%0
%7

Triadic Colors of #d7a8ec

#d7a8ec #ecd7a8 #a8ecd7

Analogous Colors of #d7a8ec

#d7a8ec #eca8df #b5a8ec

Monochromatic Colors of #d7a8ec

#d7a8ec

Complementary Color

#d7a8ec #bdeca8

#d7a8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7a8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7a8ec Color CSS Codes

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

#d7a8ec Text Font Color

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

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


#d7a8ec Background Color

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

This div background color is #d7a8ec


#d7a8ec Border Color

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

This div border color is #d7a8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7a8ec


Comments

No comments written yet.

Please login to write comment.