Color Hex Logo

#d395ff Color Hex

#D395FF
(211,149,255)
0 Favorites   0 Comments

Color spaces of #d395ff

RGB 211149255
HSL0.761.000.79
HSV275°42°100°
CMYK 0.170.420.00   0.00
XYZ55.661442.563899.8897
Yxy42.56380.28100.2148
Hunter Lab65.240938.1186-45.1096
CIE-Lab71.257942.2083-43.8900

#d395ff color RGB value is (211,149,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010101 11111111
Octal 323 225 377
Decimal 211 149 255
Hex D3 95 FF

RGB Percentages of Color #d395ff

%34.31
%24.23
%41.46

CMYK Percentages of Color #d395ff

%17
%42
%0
%0

Triadic Colors of #d395ff

#d395ff #ffd395 #95ffd3

Analogous Colors of #d395ff

#d395ff #ff95f6 #9e95ff

Monochromatic Colors of #d395ff

#d395ff

Complementary Color

#d395ff #c1ff95

#d395ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d395ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d395ff Color CSS Codes

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

#d395ff Text Font Color

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

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


#d395ff Background Color

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

This div background color is #d395ff


#d395ff Border Color

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

This div border color is #d395ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d395ff

Related Colors

#d395ff Color Palettes


Comments

No comments written yet.

Please login to write comment.