Color Hex Logo

#d384ec Color Hex

#D384EC
(211,132,236)
0 Favorites   0 Comments

Color spaces of #d384ec

RGB 211132236
HSL0.790.730.72
HSV286°44°93°
CMYK 0.110.440.00   0.07
XYZ50.255636.407583.7355
Yxy36.40750.29490.2137
Hunter Lab60.338643.0787-40.0432
CIE-Lab66.830147.2875-40.4265

#d384ec color RGB value is (211,132,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 11101100
Octal 323 204 354
Decimal 211 132 236
Hex D3 84 EC

RGB Percentages of Color #d384ec

%36.44
%22.80
%40.76

CMYK Percentages of Color #d384ec

%11
%44
%0
%7

Triadic Colors of #d384ec

#d384ec #ecd384 #84ecd3

Analogous Colors of #d384ec

#d384ec #ec84d1 #9f84ec

Monochromatic Colors of #d384ec

#d384ec

Complementary Color

#d384ec #9dec84

#d384ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d384ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d384ec Color CSS Codes

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

#d384ec Text Font Color

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

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


#d384ec Background Color

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

This div background color is #d384ec


#d384ec Border Color

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

This div border color is #d384ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d384ec


Comments

No comments written yet.

Please login to write comment.