Color Hex Logo

#d36edc Color Hex

#D36EDC
(211,110,220)
0 Favorites   0 Comments

Color spaces of #d36edc

RGB 211110220
HSL0.820.610.65
HSV295°50°86°
CMYK 0.040.500.00   0.14
XYZ45.358230.168171.1425
Yxy30.16810.30930.2057
Hunter Lab54.925551.2880-38.3478
CIE-Lab61.799055.3887-39.4118

#d36edc color RGB value is (211,110,220).

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

The process color (four color CMYK) of #d36edc color hex is 0.04, 0.50, 0.00, 0.14. Web safe color of #d36edc is #cc66cc. Color #d36edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11011100
Octal 323 156 334
Decimal 211 110 220
Hex D3 6E DC

RGB Percentages of Color #d36edc

%39.00
%20.33
%40.67

CMYK Percentages of Color #d36edc

%4
%50
%0
%14

Triadic Colors of #d36edc

#d36edc #dcd36e #6edcd3

Analogous Colors of #d36edc

#d36edc #dc6eae #9c6edc

Monochromatic Colors of #d36edc

#d36edc

Complementary Color

#d36edc #77dc6e

#d36edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36edc Color CSS Codes

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

#d36edc Text Font Color

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

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


#d36edc Background Color

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

This div background color is #d36edc


#d36edc Border Color

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

This div border color is #d36edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36edc


Comments

No comments written yet.

Please login to write comment.