Color Hex Logo

#d7bdfd Color Hex

#D7BDFD
(215,189,253)
0 Favorites   0 Comments

Color spaces of #d7bdfd

RGB 215189253
HSL0.730.940.87
HSV264°25°99°
CMYK 0.150.250.00   0.01
XYZ63.951557.9341100.7403
Yxy57.93410.28730.2602
Hunter Lab76.114516.7757-25.1924
CIE-Lab80.702121.3149-28.1569

#d7bdfd color RGB value is (215,189,253).

#d7bdfd hex color red value is 215, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d7bdfd hue: 0.73 , saturation: 0.94 and the lightness value of d7bdfd is 0.87.

The process color (four color CMYK) of #d7bdfd color hex is 0.15, 0.25, 0.00, 0.01. Web safe color of #d7bdfd is #ccccff. Color #d7bdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11111101
Octal 327 275 375
Decimal 215 189 253
Hex D7 BD FD

RGB Percentages of Color #d7bdfd

%32.72
%28.77
%38.51

CMYK Percentages of Color #d7bdfd

%15
%25
%0
%1

Triadic Colors of #d7bdfd

#d7bdfd #fdd7bd #bdfdd7

Analogous Colors of #d7bdfd

#d7bdfd #f7bdfd #bdc3fd

Monochromatic Colors of #d7bdfd

#d7bdfd

Complementary Color

#d7bdfd #e3fdbd

#d7bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdfd Color CSS Codes

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

#d7bdfd Text Font Color

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

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


#d7bdfd Background Color

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

This div background color is #d7bdfd


#d7bdfd Border Color

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

This div border color is #d7bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdfd


Comments

No comments written yet.

Please login to write comment.