Color Hex Logo

#d388ee Color Hex

#D388EE
(211,136,238)
0 Favorites   0 Comments

Color spaces of #d388ee

RGB 211136238
HSL0.790.750.73
HSV284°43°93°
CMYK 0.110.430.00   0.07
XYZ51.100737.630285.4590
Yxy37.63020.29340.2160
Hunter Lab61.343541.3441-39.6579
CIE-Lab67.747245.5884-40.0940

#d388ee color RGB value is (211,136,238).

#d388ee hex color red value is 211, green value is 136 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d388ee hue: 0.79 , saturation: 0.75 and the lightness value of d388ee is 0.73.

The process color (four color CMYK) of #d388ee color hex is 0.11, 0.43, 0.00, 0.07. Web safe color of #d388ee is #cc99ff. Color #d388ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 11101110
Octal 323 210 356
Decimal 211 136 238
Hex D3 88 EE

RGB Percentages of Color #d388ee

%36.07
%23.25
%40.68

CMYK Percentages of Color #d388ee

%11
%43
%0
%7

Triadic Colors of #d388ee

#d388ee #eed388 #88eed3

Analogous Colors of #d388ee

#d388ee #ee88d6 #a088ee

Monochromatic Colors of #d388ee

#d388ee

Complementary Color

#d388ee #a3ee88

#d388ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d388ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d388ee Color CSS Codes

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

#d388ee Text Font Color

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

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


#d388ee Background Color

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

This div background color is #d388ee


#d388ee Border Color

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

This div border color is #d388ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,136,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d388ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d388ee;
  -webkit-box-shadow: 1px 1px 3px 2px #d388ee;
  box-shadow:         1px 1px 3px 2px #d388ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,136,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d388ee

#d388ee Color Palettes


Comments

No comments written yet.

Please login to write comment.