Color Hex Logo

#d156ec Color Hex

#D156EC
(209,86,236)
0 Favorites   0 Comments

Color spaces of #d156ec

RGB 20986236
HSL0.800.800.63
HSV289°64°93°
CMYK 0.110.640.00   0.07
XYZ44.762626.267082.0677
Yxy26.26700.29240.1716
Hunter Lab51.251366.2109-59.0639
CIE-Lab58.289668.7975-53.9267

#d156ec color RGB value is (209,86,236).

#d156ec hex color red value is 209, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d156ec hue: 0.80 , saturation: 0.80 and the lightness value of d156ec is 0.63.

The process color (four color CMYK) of #d156ec color hex is 0.11, 0.64, 0.00, 0.07. Web safe color of #d156ec is #cc66ff. Color #d156ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 11101100
Octal 321 126 354
Decimal 209 86 236
Hex D1 56 EC

RGB Percentages of Color #d156ec

%39.36
%16.20
%44.44

CMYK Percentages of Color #d156ec

%11
%64
%0
%7

Triadic Colors of #d156ec

#d156ec #ecd156 #56ecd1

Analogous Colors of #d156ec

#d156ec #ec56bc #8656ec

Monochromatic Colors of #d156ec

#d156ec

Complementary Color

#d156ec #71ec56

#d156ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156ec Color CSS Codes

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

#d156ec Text Font Color

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

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


#d156ec Background Color

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

This div background color is #d156ec


#d156ec Border Color

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

This div border color is #d156ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156ec


Comments

No comments written yet.

Please login to write comment.