Color Hex Logo

#d136de Color Hex

#D136DE
(209,54,222)
0 Favorites   0 Comments

Color spaces of #d136de

RGB 20954222
HSL0.820.720.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.798521.467671.1006
Yxy21.46760.30590.1610
Hunter Lab46.333176.0946-58.5504
CIE-Lab53.457577.7855-53.7596

#d136de color RGB value is (209,54,222).

#d136de hex color red value is 209, green value is 54 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d136de hue: 0.82 , saturation: 0.72 and the lightness value of d136de is 0.54.

The process color (four color CMYK) of #d136de color hex is 0.06, 0.76, 0.00, 0.13. Web safe color of #d136de is #cc33cc. Color #d136de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110110 11011110
Octal 321 66 336
Decimal 209 54 222
Hex D1 36 DE

RGB Percentages of Color #d136de

%43.09
%11.13
%45.77

CMYK Percentages of Color #d136de

%6
%76
%0
%13

Triadic Colors of #d136de

#d136de #ded136 #36ded1

Analogous Colors of #d136de

#d136de #de3697 #7d36de

Monochromatic Colors of #d136de

#d136de

Complementary Color

#d136de #43de36

#d136de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d136de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d136de Color CSS Codes

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

#d136de Text Font Color

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

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


#d136de Background Color

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

This div background color is #d136de


#d136de Border Color

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

This div border color is #d136de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,54,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d136de


Comments

No comments written yet.

Please login to write comment.