Color Hex Logo

#d397fa Color Hex

#D397FA
(211,151,250)
0 Favorites   0 Comments

Color spaces of #d397fa

RGB 211151250
HSL0.770.910.79
HSV276°40°98°
CMYK 0.160.400.00   0.02
XYZ55.185942.884295.8113
Yxy42.88420.28460.2212
Hunter Lab65.486035.8236-40.9058
CIE-Lab71.476340.0723-40.8318

#d397fa color RGB value is (211,151,250).

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

The process color (four color CMYK) of #d397fa color hex is 0.16, 0.40, 0.00, 0.02. Web safe color of #d397fa is #cc99ff. Color #d397fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010111 11111010
Octal 323 227 372
Decimal 211 151 250
Hex D3 97 FA

RGB Percentages of Color #d397fa

%34.48
%24.67
%40.85

CMYK Percentages of Color #d397fa

%16
%40
%0
%2

Triadic Colors of #d397fa

#d397fa #fad397 #97fad3

Analogous Colors of #d397fa

#d397fa #fa97f0 #a297fa

Monochromatic Colors of #d397fa

#d397fa

Complementary Color

#d397fa #befa97

#d397fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d397fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d397fa Color CSS Codes

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

#d397fa Text Font Color

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

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


#d397fa Background Color

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

This div background color is #d397fa


#d397fa Border Color

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

This div border color is #d397fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,151,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d397fa

Related Colors


Comments

No comments written yet.

Please login to write comment.