Color Hex Logo

#d983ec Color Hex

#D983EC
(217,131,236)
0 Favorites   0 Comments

Color spaces of #d983ec

RGB 217131236
HSL0.800.730.72
HSV289°44°93°
CMYK 0.080.440.00   0.07
XYZ51.871937.040483.7725
Yxy37.04040.30040.2145
Hunter Lab60.860845.6297-39.0077
CIE-Lab67.307349.5194-39.6307

#d983ec color RGB value is (217,131,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 11101100
Octal 331 203 354
Decimal 217 131 236
Hex D9 83 EC

RGB Percentages of Color #d983ec

%37.16
%22.43
%40.41

CMYK Percentages of Color #d983ec

%8
%44
%0
%7

Triadic Colors of #d983ec

#d983ec #ecd983 #83ecd9

Analogous Colors of #d983ec

#d983ec #ec83cb #a583ec

Monochromatic Colors of #d983ec

#d983ec

Complementary Color

#d983ec #96ec83

#d983ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d983ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d983ec Color CSS Codes

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

#d983ec Text Font Color

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

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


#d983ec Background Color

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

This div background color is #d983ec


#d983ec Border Color

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

This div border color is #d983ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d983ec


Comments

No comments written yet.

Please login to write comment.