Color Hex Logo

#d5abfe Color Hex

#D5ABFE
(213,171,254)
0 Favorites   0 Comments

Color spaces of #d5abfe

RGB 213171254
HSL0.750.980.83
HSV270°33°100°
CMYK 0.160.330.00   0.00
XYZ59.892950.4277100.3428
Yxy50.42770.28430.2394
Hunter Lab71.012526.2776-34.0699
CIE-Lab76.331030.6840-35.4366

#d5abfe color RGB value is (213,171,254).

#d5abfe hex color red value is 213, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d5abfe hue: 0.75 , saturation: 0.98 and the lightness value of d5abfe is 0.83.

The process color (four color CMYK) of #d5abfe color hex is 0.16, 0.33, 0.00, 0.00. Web safe color of #d5abfe is #cc99ff. Color #d5abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11111110
Octal 325 253 376
Decimal 213 171 254
Hex D5 AB FE

RGB Percentages of Color #d5abfe

%33.39
%26.80
%39.81

CMYK Percentages of Color #d5abfe

%16
%33
%0
%0

Triadic Colors of #d5abfe

#d5abfe #fed5ab #abfed5

Analogous Colors of #d5abfe

#d5abfe #feabfe #acabfe

Monochromatic Colors of #d5abfe

#d5abfe

Complementary Color

#d5abfe #d4feab

#d5abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abfe Color CSS Codes

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

#d5abfe Text Font Color

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

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


#d5abfe Background Color

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

This div background color is #d5abfe


#d5abfe Border Color

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

This div border color is #d5abfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abfe


Comments

No comments written yet.

Please login to write comment.