Color Hex Logo

#d583ec Color Hex

#D583EC
(213,131,236)
0 Favorites   0 Comments

Color spaces of #d583ec

RGB 213131236
HSL0.800.730.72
HSV287°44°93°
CMYK 0.100.440.00   0.07
XYZ50.697236.434983.7175
Yxy36.43490.29670.2133
Hunter Lab60.361344.2890-39.9787
CIE-Lab66.850948.3788-40.3775

#d583ec color RGB value is (213,131,236).

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

The process color (four color CMYK) of #d583ec color hex is 0.10, 0.44, 0.00, 0.07. Web safe color of #d583ec is #cc99ff. Color #d583ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 11101100
Octal 325 203 354
Decimal 213 131 236
Hex D5 83 EC

RGB Percentages of Color #d583ec

%36.72
%22.59
%40.69

CMYK Percentages of Color #d583ec

%10
%44
%0
%7

Triadic Colors of #d583ec

#d583ec #ecd583 #83ecd5

Analogous Colors of #d583ec

#d583ec #ec83cf #a183ec

Monochromatic Colors of #d583ec

#d583ec

Complementary Color

#d583ec #9aec83

#d583ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d583ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d583ec Color CSS Codes

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

#d583ec Text Font Color

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

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


#d583ec Background Color

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

This div background color is #d583ec


#d583ec Border Color

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

This div border color is #d583ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d583ec


Comments

No comments written yet.

Please login to write comment.