Color Hex Logo

#d873f5 Color Hex

#D873F5
(216,115,245)
0 Favorites   0 Comments

Color spaces of #d873f5

RGB 216115245
HSL0.800.870.71
HSV287°53°96°
CMYK 0.120.530.00   0.04
XYZ50.931133.453090.1589
Yxy33.45300.29180.1917
Hunter Lab57.838655.9648-51.9344
CIE-Lab64.526059.0224-48.9695

#d873f5 color RGB value is (216,115,245).

#d873f5 hex color red value is 216, green value is 115 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d873f5 hue: 0.80 , saturation: 0.87 and the lightness value of d873f5 is 0.71.

The process color (four color CMYK) of #d873f5 color hex is 0.12, 0.53, 0.00, 0.04. Web safe color of #d873f5 is #cc66ff. Color #d873f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 11110101
Octal 330 163 365
Decimal 216 115 245
Hex D8 73 F5

RGB Percentages of Color #d873f5

%37.50
%19.97
%42.53

CMYK Percentages of Color #d873f5

%12
%53
%0
%4

Triadic Colors of #d873f5

#d873f5 #f5d873 #73f5d8

Analogous Colors of #d873f5

#d873f5 #f573d1 #9773f5

Monochromatic Colors of #d873f5

#d873f5

Complementary Color

#d873f5 #90f573

#d873f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d873f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d873f5 Color CSS Codes

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

#d873f5 Text Font Color

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

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


#d873f5 Background Color

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

This div background color is #d873f5


#d873f5 Border Color

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

This div border color is #d873f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d873f5

Related Colors


Comments

No comments written yet.

Please login to write comment.