Color Hex Logo

#d7abef Color Hex

#D7ABEF
(215,171,239)
0 Favorites   0 Comments

Color spaces of #d7abef

RGB 215171239
HSL0.770.680.80
HSV279°28°94°
CMYK 0.100.280.00   0.06
XYZ58.167249.804988.2089
Yxy49.80490.29650.2539
Hunter Lab70.572623.6209-24.7059
CIE-Lab75.949428.1720-27.9102

#d7abef color RGB value is (215,171,239).

#d7abef hex color red value is 215, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7abef hue: 0.77 , saturation: 0.68 and the lightness value of d7abef is 0.80.

The process color (four color CMYK) of #d7abef color hex is 0.10, 0.28, 0.00, 0.06. Web safe color of #d7abef is #cc99ff. Color #d7abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 11101111
Octal 327 253 357
Decimal 215 171 239
Hex D7 AB EF

RGB Percentages of Color #d7abef

%34.40
%27.36
%38.24

CMYK Percentages of Color #d7abef

%10
%28
%0
%6

Triadic Colors of #d7abef

#d7abef #efd7ab #abefd7

Analogous Colors of #d7abef

#d7abef #efabe5 #b5abef

Monochromatic Colors of #d7abef

#d7abef

Complementary Color

#d7abef #c3efab

#d7abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abef Color CSS Codes

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

#d7abef Text Font Color

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

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


#d7abef Background Color

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

This div background color is #d7abef


#d7abef Border Color

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

This div border color is #d7abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abef


Comments

No comments written yet.

Please login to write comment.