Color Hex Logo

#d0abfc Color Hex

#D0ABFC
(208,171,252)
0 Favorites   0 Comments

Color spaces of #d0abfc

RGB 208171252
HSL0.740.930.83
HSV267°32°99°
CMYK 0.170.320.00   0.01
XYZ58.146049.564098.5976
Yxy49.56400.28180.2402
Hunter Lab70.401724.2233-33.7545
CIE-Lab75.800928.7605-35.2157

#d0abfc color RGB value is (208,171,252).

#d0abfc hex color red value is 208, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d0abfc hue: 0.74 , saturation: 0.93 and the lightness value of d0abfc is 0.83.

The process color (four color CMYK) of #d0abfc color hex is 0.17, 0.32, 0.00, 0.01. Web safe color of #d0abfc is #cc99ff. Color #d0abfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 11111100
Octal 320 253 374
Decimal 208 171 252
Hex D0 AB FC

RGB Percentages of Color #d0abfc

%32.96
%27.10
%39.94

CMYK Percentages of Color #d0abfc

%17
%32
%0
%1

Triadic Colors of #d0abfc

#d0abfc #fcd0ab #abfcd0

Analogous Colors of #d0abfc

#d0abfc #f9abfc #abaffc

Monochromatic Colors of #d0abfc

#d0abfc

Complementary Color

#d0abfc #d7fcab

#d0abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abfc Color CSS Codes

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

#d0abfc Text Font Color

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

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


#d0abfc Background Color

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

This div background color is #d0abfc


#d0abfc Border Color

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

This div border color is #d0abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abfc


Comments

No comments written yet.

Please login to write comment.