Color Hex Logo

#d6abfd Color Hex

#D6ABFD
(214,171,253)
0 Favorites   0 Comments

Color spaces of #d6abfd

RGB 214171253
HSL0.750.950.83
HSV271°32°99°
CMYK 0.150.320.00   0.01
XYZ60.024150.513899.5150
Yxy50.51380.28580.2405
Hunter Lab71.073126.3727-33.2655
CIE-Lab76.383630.7705-34.8093

#d6abfd color RGB value is (214,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101011 11111101
Octal 326 253 375
Decimal 214 171 253
Hex D6 AB FD

RGB Percentages of Color #d6abfd

%33.54
%26.80
%39.66

CMYK Percentages of Color #d6abfd

%15
%32
%0
%1

Triadic Colors of #d6abfd

#d6abfd #fdd6ab #abfdd6

Analogous Colors of #d6abfd

#d6abfd #fdabfb #adabfd

Monochromatic Colors of #d6abfd

#d6abfd

Complementary Color

#d6abfd #d2fdab

#d6abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6abfd Color CSS Codes

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

#d6abfd Text Font Color

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

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


#d6abfd Background Color

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

This div background color is #d6abfd


#d6abfd Border Color

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

This div border color is #d6abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.