Color Hex Logo

#d173eb Color Hex

#D173EB
(209,115,235)
0 Favorites   0 Comments

Color spaces of #d173eb

RGB 209115235
HSL0.800.750.69
HSV287°51°92°
CMYK 0.110.510.00   0.08
XYZ47.420631.814982.2388
Yxy31.81490.29370.1970
Hunter Lab56.404751.3604-46.9623
CIE-Lab63.189655.2291-45.6049

#d173eb color RGB value is (209,115,235).

#d173eb hex color red value is 209, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d173eb hue: 0.80 , saturation: 0.75 and the lightness value of d173eb is 0.69.

The process color (four color CMYK) of #d173eb color hex is 0.11, 0.51, 0.00, 0.08. Web safe color of #d173eb is #cc66ff. Color #d173eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110011 11101011
Octal 321 163 353
Decimal 209 115 235
Hex D1 73 EB

RGB Percentages of Color #d173eb

%37.39
%20.57
%42.04

CMYK Percentages of Color #d173eb

%11
%51
%0
%8

Triadic Colors of #d173eb

#d173eb #ebd173 #73ebd1

Analogous Colors of #d173eb

#d173eb #eb73c9 #9573eb

Monochromatic Colors of #d173eb

#d173eb

Complementary Color

#d173eb #8deb73

#d173eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d173eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d173eb Color CSS Codes

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

#d173eb Text Font Color

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

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


#d173eb Background Color

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

This div background color is #d173eb


#d173eb Border Color

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

This div border color is #d173eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d173eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d173eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d173eb;
  box-shadow:         1px 1px 3px 2px #d173eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d173eb


Comments

No comments written yet.

Please login to write comment.