Color Hex Logo

#d558fd Color Hex

#D558FD
(213,88,253)
0 Favorites   0 Comments

Color spaces of #d558fd

RGB 21388253
HSL0.790.980.67
HSV285°65°99°
CMYK 0.160.650.00   0.01
XYZ48.659928.217495.8104
Yxy28.21740.28180.1634
Hunter Lab53.120170.5524-69.7548
CIE-Lab60.084672.0376-60.4720

#d558fd color RGB value is (213,88,253).

#d558fd hex color red value is 213, green value is 88 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d558fd hue: 0.79 , saturation: 0.98 and the lightness value of d558fd is 0.67.

The process color (four color CMYK) of #d558fd color hex is 0.16, 0.65, 0.00, 0.01. Web safe color of #d558fd is #cc66ff. Color #d558fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 11111101
Octal 325 130 375
Decimal 213 88 253
Hex D5 58 FD

RGB Percentages of Color #d558fd

%38.45
%15.88
%45.67

CMYK Percentages of Color #d558fd

%16
%65
%0
%1

Triadic Colors of #d558fd

#d558fd #fdd558 #58fdd5

Analogous Colors of #d558fd

#d558fd #fd58d3 #8358fd

Monochromatic Colors of #d558fd

#d558fd

Complementary Color

#d558fd #80fd58

#d558fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d558fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d558fd Color CSS Codes

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

#d558fd Text Font Color

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

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


#d558fd Background Color

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

This div background color is #d558fd


#d558fd Border Color

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

This div border color is #d558fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,88,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 #d558fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d558fd


Comments

No comments written yet.

Please login to write comment.