Color Hex Logo

#d397fd Color Hex

#D397FD
(211,151,253)
0 Favorites   0 Comments

Color spaces of #d397fd

RGB 211151253
HSL0.760.960.79
HSV275°40°99°
CMYK 0.170.400.00   0.01
XYZ55.660243.074098.3090
Yxy43.07400.28250.2186
Hunter Lab65.630836.5285-42.8695
CIE-Lab71.605240.7085-42.2607

#d397fd color RGB value is (211,151,253).

#d397fd hex color red value is 211, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d397fd hue: 0.76 , saturation: 0.96 and the lightness value of d397fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010111 11111101
Octal 323 227 375
Decimal 211 151 253
Hex D3 97 FD

RGB Percentages of Color #d397fd

%34.31
%24.55
%41.14

CMYK Percentages of Color #d397fd

%17
%40
%0
%1

Triadic Colors of #d397fd

#d397fd #fdd397 #97fdd3

Analogous Colors of #d397fd

#d397fd #fd97f4 #a097fd

Monochromatic Colors of #d397fd

#d397fd

Complementary Color

#d397fd #c1fd97

#d397fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d397fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d397fd Color CSS Codes

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

#d397fd Text Font Color

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

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


#d397fd Background Color

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

This div background color is #d397fd


#d397fd Border Color

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

This div border color is #d397fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d397fd


Comments

No comments written yet.

Please login to write comment.