Color Hex Logo

#d558dc Color Hex

#D558DC
(213,88,220)
0 Favorites   0 Comments

Color spaces of #d558dc

RGB 21388220
HSL0.820.650.60
HSV297°60°86°
CMYK 0.030.600.00   0.14
XYZ43.848626.292970.4741
Yxy26.29290.31180.1870
Hunter Lab51.276662.9082-45.5940
CIE-Lab58.314066.0263-44.8752

#d558dc color RGB value is (213,88,220).

#d558dc hex color red value is 213, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d558dc hue: 0.82 , saturation: 0.65 and the lightness value of d558dc is 0.60.

The process color (four color CMYK) of #d558dc color hex is 0.03, 0.60, 0.00, 0.14. Web safe color of #d558dc is #cc66cc. Color #d558dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 11011100
Octal 325 130 334
Decimal 213 88 220
Hex D5 58 DC

RGB Percentages of Color #d558dc

%40.88
%16.89
%42.23

CMYK Percentages of Color #d558dc

%3
%60
%0
%14

Triadic Colors of #d558dc

#d558dc #dcd558 #58dcd5

Analogous Colors of #d558dc

#d558dc #dc58a1 #9358dc

Monochromatic Colors of #d558dc

#d558dc

Complementary Color

#d558dc #5fdc58

#d558dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d558dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d558dc Color CSS Codes

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

#d558dc Text Font Color

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

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


#d558dc Background Color

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

This div background color is #d558dc


#d558dc Border Color

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

This div border color is #d558dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d558dc


Comments

No comments written yet.

Please login to write comment.