Color Hex Logo

#d138dc Color Hex

#D138DC
(209,56,220)
0 Favorites   0 Comments

Color spaces of #d138dc

RGB 20956220
HSL0.820.700.54
HSV296°75°86°
CMYK 0.050.750.00   0.14
XYZ40.626921.551069.7286
Yxy21.55100.30800.1634
Hunter Lab46.423174.9730-56.5589
CIE-Lab53.547376.8687-52.4814

#d138dc color RGB value is (209,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 11011100
Octal 321 70 334
Decimal 209 56 220
Hex D1 38 DC

RGB Percentages of Color #d138dc

%43.09
%11.55
%45.36

CMYK Percentages of Color #d138dc

%5
%75
%0
%14

Triadic Colors of #d138dc

#d138dc #dcd138 #38dcd1

Analogous Colors of #d138dc

#d138dc #dc3895 #7f38dc

Monochromatic Colors of #d138dc

#d138dc

Complementary Color

#d138dc #43dc38

#d138dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138dc Color CSS Codes

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

#d138dc Text Font Color

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

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


#d138dc Background Color

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

This div background color is #d138dc


#d138dc Border Color

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

This div border color is #d138dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138dc


Comments

No comments written yet.

Please login to write comment.