Color Hex Logo

#d388ea Color Hex

#D388EA
(211,136,234)
0 Favorites   0 Comments

Color spaces of #d388ea

RGB 211136234
HSL0.790.700.73
HSV286°42°92°
CMYK 0.100.420.00   0.08
XYZ50.519437.397782.3977
Yxy37.39770.29660.2196
Hunter Lab61.153740.4410-37.0791
CIE-Lab67.574344.7859-38.1622

#d388ea color RGB value is (211,136,234).

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

The process color (four color CMYK) of #d388ea color hex is 0.10, 0.42, 0.00, 0.08. Web safe color of #d388ea is #cc99ff. Color #d388ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 11101010
Octal 323 210 352
Decimal 211 136 234
Hex D3 88 EA

RGB Percentages of Color #d388ea

%36.32
%23.41
%40.28

CMYK Percentages of Color #d388ea

%10
%42
%0
%8

Triadic Colors of #d388ea

#d388ea #ead388 #88ead3

Analogous Colors of #d388ea

#d388ea #ea88d0 #a288ea

Monochromatic Colors of #d388ea

#d388ea

Complementary Color

#d388ea #9fea88

#d388ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d388ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d388ea Color CSS Codes

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

#d388ea Text Font Color

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

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


#d388ea Background Color

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

This div background color is #d388ea


#d388ea Border Color

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

This div border color is #d388ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d388ea


Comments

No comments written yet.

Please login to write comment.