Color Hex Logo

#d58fdb Color Hex

#D58FDB
(213,143,219)
0 Favorites   0 Comments

Color spaces of #d58fdb

RGB 213143219
HSL0.820.510.71
HSV295°35°86°
CMYK 0.030.350.00   0.14
XYZ50.049238.905571.8895
Yxy38.90550.31120.2419
Hunter Lab62.374334.0737-24.6727
CIE-Lab68.682838.7478-28.1486

#d58fdb color RGB value is (213,143,219).

#d58fdb hex color red value is 213, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d58fdb hue: 0.82 , saturation: 0.51 and the lightness value of d58fdb is 0.71.

The process color (four color CMYK) of #d58fdb color hex is 0.03, 0.35, 0.00, 0.14. Web safe color of #d58fdb is #cc99cc. Color #d58fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 11011011
Octal 325 217 333
Decimal 213 143 219
Hex D5 8F DB

RGB Percentages of Color #d58fdb

%37.04
%24.87
%38.09

CMYK Percentages of Color #d58fdb

%3
%35
%0
%14

Triadic Colors of #d58fdb

#d58fdb #dbd58f #8fdbd5

Analogous Colors of #d58fdb

#d58fdb #db8fbb #af8fdb

Monochromatic Colors of #d58fdb

#d58fdb

Complementary Color

#d58fdb #95db8f

#d58fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58fdb Color CSS Codes

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

#d58fdb Text Font Color

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

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


#d58fdb Background Color

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

This div background color is #d58fdb


#d58fdb Border Color

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

This div border color is #d58fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,143,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #d58fdb;
  box-shadow:         1px 1px 3px 2px #d58fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,143,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58fdb


Comments

No comments written yet.

Please login to write comment.