Color Hex Logo

#d138de Color Hex

#D138DE
(209,56,222)
0 Favorites   0 Comments

Color spaces of #d138de

RGB 20956222
HSL0.820.720.55
HSV295°75°87°
CMYK 0.060.750.00   0.13
XYZ40.893521.657671.1322
Yxy21.65760.30590.1620
Hunter Lab46.537775.4100-58.0474
CIE-Lab53.661877.1974-53.4331

#d138de color RGB value is (209,56,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 11011110
Octal 321 70 336
Decimal 209 56 222
Hex D1 38 DE

RGB Percentages of Color #d138de

%42.92
%11.50
%45.59

CMYK Percentages of Color #d138de

%6
%75
%0
%13

Triadic Colors of #d138de

#d138de #ded138 #38ded1

Analogous Colors of #d138de

#d138de #de3898 #7e38de

Monochromatic Colors of #d138de

#d138de

Complementary Color

#d138de #45de38

#d138de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138de Color CSS Codes

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

#d138de Text Font Color

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

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


#d138de Background Color

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

This div background color is #d138de


#d138de Border Color

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

This div border color is #d138de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138de


Comments

No comments written yet.

Please login to write comment.