Color Hex Logo

#d389ea Color Hex

#D389EA
(211,137,234)
0 Favorites   0 Comments

Color spaces of #d389ea

RGB 211137234
HSL0.790.700.73
HSV286°41°92°
CMYK 0.100.410.00   0.08
XYZ50.660937.680782.4449
Yxy37.68070.29660.2206
Hunter Lab61.384639.8935-36.6624
CIE-Lab67.784644.2573-37.8345

#d389ea color RGB value is (211,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 11101010
Octal 323 211 352
Decimal 211 137 234
Hex D3 89 EA

RGB Percentages of Color #d389ea

%36.25
%23.54
%40.21

CMYK Percentages of Color #d389ea

%10
%41
%0
%8

Triadic Colors of #d389ea

#d389ea #ead389 #89ead3

Analogous Colors of #d389ea

#d389ea #ea89d1 #a389ea

Monochromatic Colors of #d389ea

#d389ea

Complementary Color

#d389ea #a0ea89

#d389ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d389ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d389ea Color CSS Codes

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

#d389ea Text Font Color

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

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


#d389ea Background Color

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

This div background color is #d389ea


#d389ea Border Color

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

This div border color is #d389ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d389ea


Comments

No comments written yet.

Please login to write comment.