Color Hex Logo

#d5b3fd Color Hex

#D5B3FD
(213,179,253)
0 Favorites   0 Comments

Color spaces of #d5b3fd

RGB 213179253
HSL0.740.950.85
HSV268°29°99°
CMYK 0.160.290.00   0.01
XYZ61.290353.4782100.0205
Yxy53.47820.28540.2490
Hunter Lab73.128821.6281-29.9026
CIE-Lab78.156526.1239-32.0806

#d5b3fd color RGB value is (213,179,253).

#d5b3fd hex color red value is 213, green value is 179 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d5b3fd hue: 0.74 , saturation: 0.95 and the lightness value of d5b3fd is 0.85.

The process color (four color CMYK) of #d5b3fd color hex is 0.16, 0.29, 0.00, 0.01. Web safe color of #d5b3fd is #ccccff. Color #d5b3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10110011 11111101
Octal 325 263 375
Decimal 213 179 253
Hex D5 B3 FD

RGB Percentages of Color #d5b3fd

%33.02
%27.75
%39.22

CMYK Percentages of Color #d5b3fd

%16
%29
%0
%1

Triadic Colors of #d5b3fd

#d5b3fd #fdd5b3 #b3fdd5

Analogous Colors of #d5b3fd

#d5b3fd #fab3fd #b3b6fd

Monochromatic Colors of #d5b3fd

#d5b3fd

Complementary Color

#d5b3fd #dbfdb3

#d5b3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b3fd Color CSS Codes

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

#d5b3fd Text Font Color

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

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


#d5b3fd Background Color

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

This div background color is #d5b3fd


#d5b3fd Border Color

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

This div border color is #d5b3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b3fd

Related Colors


Comments

No comments written yet.

Please login to write comment.