Color Hex Logo

#d88bfd Color Hex

#D88BFD
(216,139,253)
0 Favorites   0 Comments

Color spaces of #d88bfd

RGB 216139253
HSL0.780.970.77
HSV281°45°99°
CMYK 0.150.450.00   0.01
XYZ55.281140.156097.7658
Yxy40.15600.28610.2078
Hunter Lab63.368844.8230-47.1149
CIE-Lab69.580548.4836-45.3948

#d88bfd color RGB value is (216,139,253).

#d88bfd hex color red value is 216, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d88bfd hue: 0.78 , saturation: 0.97 and the lightness value of d88bfd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 11111101
Octal 330 213 375
Decimal 216 139 253
Hex D8 8B FD

RGB Percentages of Color #d88bfd

%35.53
%22.86
%41.61

CMYK Percentages of Color #d88bfd

%15
%45
%0
%1

Triadic Colors of #d88bfd

#d88bfd #fdd88b #8bfdd8

Analogous Colors of #d88bfd

#d88bfd #fd8be9 #9f8bfd

Monochromatic Colors of #d88bfd

#d88bfd

Complementary Color

#d88bfd #b0fd8b

#d88bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88bfd Color CSS Codes

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

#d88bfd Text Font Color

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

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


#d88bfd Background Color

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

This div background color is #d88bfd


#d88bfd Border Color

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

This div border color is #d88bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.