Color Hex Logo

#d137dc Color Hex

#D137DC
(209,55,220)
0 Favorites   0 Comments

Color spaces of #d137dc

RGB 20955220
HSL0.820.700.54
HSV296°75°86°
CMYK 0.050.750.00   0.14
XYZ40.579021.455069.7126
Yxy21.45500.30800.1629
Hunter Lab46.319575.3187-56.8099
CIE-Lab53.443977.1664-52.6465

#d137dc color RGB value is (209,55,220).

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

The process color (four color CMYK) of #d137dc color hex is 0.05, 0.75, 0.00, 0.14. Web safe color of #d137dc is #cc33cc. Color #d137dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110111 11011100
Octal 321 67 334
Decimal 209 55 220
Hex D1 37 DC

RGB Percentages of Color #d137dc

%43.18
%11.36
%45.45

CMYK Percentages of Color #d137dc

%5
%75
%0
%14

Triadic Colors of #d137dc

#d137dc #dcd137 #37dcd1

Analogous Colors of #d137dc

#d137dc #dc3795 #7f37dc

Monochromatic Colors of #d137dc

#d137dc

Complementary Color

#d137dc #42dc37

#d137dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d137dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d137dc Color CSS Codes

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

#d137dc Text Font Color

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

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


#d137dc Background Color

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

This div background color is #d137dc


#d137dc Border Color

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

This div border color is #d137dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d137dc


Comments

No comments written yet.

Please login to write comment.