Color Hex Logo

#d380ee Color Hex

#D380EE
(211,128,238)
0 Favorites   0 Comments

Color spaces of #d380ee

RGB 211128238
HSL0.790.760.72
HSV285°46°93°
CMYK 0.110.460.00   0.07
XYZ50.015835.460385.0973
Yxy35.46030.29320.2079
Hunter Lab59.548645.7151-43.0438
CIE-Lab66.105549.7669-42.6638

#d380ee color RGB value is (211,128,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 11101110
Octal 323 200 356
Decimal 211 128 238
Hex D3 80 EE

RGB Percentages of Color #d380ee

%36.57
%22.18
%41.25

CMYK Percentages of Color #d380ee

%11
%46
%0
%7

Triadic Colors of #d380ee

#d380ee #eed380 #80eed3

Analogous Colors of #d380ee

#d380ee #ee80d2 #9c80ee

Monochromatic Colors of #d380ee

#d380ee

Complementary Color

#d380ee #9bee80

#d380ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d380ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d380ee Color CSS Codes

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

#d380ee Text Font Color

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

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


#d380ee Background Color

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

This div background color is #d380ee


#d380ee Border Color

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

This div border color is #d380ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d380ee


Comments

No comments written yet.

Please login to write comment.