Color Hex Logo

#d138ce Color Hex

#D138CE
(209,56,206)
0 Favorites   0 Comments

Color spaces of #d138ce

RGB 20956206
HSL0.840.620.52
HSV301°73°82°
CMYK 0.000.730.01   0.18
XYZ38.849220.839960.3674
Yxy20.83990.32360.1736
Hunter Lab45.650772.0164-46.4481
CIE-Lab52.773874.6271-45.7269

#d138ce color RGB value is (209,56,206).

#d138ce hex color red value is 209, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d138ce hue: 0.84 , saturation: 0.62 and the lightness value of d138ce is 0.52.

The process color (four color CMYK) of #d138ce color hex is 0.00, 0.73, 0.01, 0.18. Web safe color of #d138ce is #cc33cc. Color #d138ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 11001110
Octal 321 70 316
Decimal 209 56 206
Hex D1 38 CE

RGB Percentages of Color #d138ce

%44.37
%11.89
%43.74

CMYK Percentages of Color #d138ce

%0
%73
%1
%18

Triadic Colors of #d138ce

#d138ce #ced138 #38ced1

Analogous Colors of #d138ce

#d138ce #d13882 #8838d1

Monochromatic Colors of #d138ce

#d138ce

Complementary Color

#d138ce #38d13b

#d138ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d138ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d138ce Color CSS Codes

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

#d138ce Text Font Color

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

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


#d138ce Background Color

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

This div background color is #d138ce


#d138ce Border Color

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

This div border color is #d138ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d138ce


Comments

No comments written yet.

Please login to write comment.