Color Hex Logo

#d380ff Color Hex

#D380FF
(211,128,255)
0 Favorites   0 Comments

Color spaces of #d380ff

RGB 211128255
HSL0.781.000.75
HSV279°50°100°
CMYK 0.170.500.00   0.00
XYZ52.633136.507298.8803
Yxy36.50720.27990.1942
Hunter Lab60.421249.7549-54.7343
CIE-Lab66.905753.2397-50.7370

#d380ff color RGB value is (211,128,255).

#d380ff hex color red value is 211, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d380ff hue: 0.78 , saturation: 1.00 and the lightness value of d380ff is 0.75.

The process color (four color CMYK) of #d380ff color hex is 0.17, 0.50, 0.00, 0.00. Web safe color of #d380ff is #cc99ff. Color #d380ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 11111111
Octal 323 200 377
Decimal 211 128 255
Hex D3 80 FF

RGB Percentages of Color #d380ff

%35.52
%21.55
%42.93

CMYK Percentages of Color #d380ff

%17
%50
%0
%0

Triadic Colors of #d380ff

#d380ff #ffd380 #80ffd3

Analogous Colors of #d380ff

#d380ff #ff80ec #9480ff

Monochromatic Colors of #d380ff

#d380ff

Complementary Color

#d380ff #acff80

#d380ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d380ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d380ff Color CSS Codes

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

#d380ff Text Font Color

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

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


#d380ff Background Color

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

This div background color is #d380ff


#d380ff Border Color

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

This div border color is #d380ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d380ff


Comments

No comments written yet.

Please login to write comment.