Color Hex Logo

#d58dfd Color Hex

#D58DFD
(213,141,253)
0 Favorites   0 Comments

Color spaces of #d58dfd

RGB 213141253
HSL0.770.970.77
HSV279°44°99°
CMYK 0.160.440.00   0.01
XYZ54.695140.287797.8221
Yxy40.28770.28370.2090
Hunter Lab63.472642.7386-46.9452
CIE-Lab69.674046.6008-45.2707

#d58dfd color RGB value is (213,141,253).

#d58dfd hex color red value is 213, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d58dfd hue: 0.77 , saturation: 0.97 and the lightness value of d58dfd is 0.77.

The process color (four color CMYK) of #d58dfd color hex is 0.16, 0.44, 0.00, 0.01. Web safe color of #d58dfd is #cc99ff. Color #d58dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 11111101
Octal 325 215 375
Decimal 213 141 253
Hex D5 8D FD

RGB Percentages of Color #d58dfd

%35.09
%23.23
%41.68

CMYK Percentages of Color #d58dfd

%16
%44
%0
%1

Triadic Colors of #d58dfd

#d58dfd #fdd58d #8dfdd5

Analogous Colors of #d58dfd

#d58dfd #fd8ded #9d8dfd

Monochromatic Colors of #d58dfd

#d58dfd

Complementary Color

#d58dfd #b5fd8d

#d58dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dfd Color CSS Codes

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

#d58dfd Text Font Color

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

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


#d58dfd Background Color

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

This div background color is #d58dfd


#d58dfd Border Color

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

This div border color is #d58dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dfd


Comments

No comments written yet.

Please login to write comment.