Color Hex Logo

#d558ec Color Hex

#D558EC
(213,88,236)
0 Favorites   0 Comments

Color spaces of #d558ec

RGB 21388236
HSL0.810.800.64
HSV291°63°93°
CMYK 0.100.630.00   0.07
XYZ46.070627.181782.1753
Yxy27.18170.29640.1749
Hunter Lab52.136166.4953-56.9559
CIE-Lab59.142168.8756-52.5364

#d558ec color RGB value is (213,88,236).

#d558ec hex color red value is 213, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d558ec hue: 0.81 , saturation: 0.80 and the lightness value of d558ec is 0.64.

The process color (four color CMYK) of #d558ec color hex is 0.10, 0.63, 0.00, 0.07. Web safe color of #d558ec is #cc66ff. Color #d558ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 11101100
Octal 325 130 354
Decimal 213 88 236
Hex D5 58 EC

RGB Percentages of Color #d558ec

%39.66
%16.39
%43.95

CMYK Percentages of Color #d558ec

%10
%63
%0
%7

Triadic Colors of #d558ec

#d558ec #ecd558 #58ecd5

Analogous Colors of #d558ec

#d558ec #ec58b9 #8b58ec

Monochromatic Colors of #d558ec

#d558ec

Complementary Color

#d558ec #6fec58

#d558ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d558ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d558ec Color CSS Codes

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

#d558ec Text Font Color

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

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


#d558ec Background Color

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

This div background color is #d558ec


#d558ec Border Color

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

This div border color is #d558ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d558ec


Comments

No comments written yet.

Please login to write comment.