Color Hex Logo

#d83afa Color Hex

#D83AFA
(216,58,250)
0 Favorites   0 Comments

Color spaces of #d83afa

RGB 21658250
HSL0.800.950.60
HSV289°77°98°
CMYK 0.140.770.00   0.02
XYZ47.087324.527292.6949
Yxy24.52720.28660.1493
Hunter Lab49.524983.0455-76.3045
CIE-Lab56.611882.6504-64.3593

#d83afa color RGB value is (216,58,250).

#d83afa hex color red value is 216, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d83afa hue: 0.80 , saturation: 0.95 and the lightness value of d83afa is 0.60.

The process color (four color CMYK) of #d83afa color hex is 0.14, 0.77, 0.00, 0.02. Web safe color of #d83afa is #cc33ff. Color #d83afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111010 11111010
Octal 330 72 372
Decimal 216 58 250
Hex D8 3A FA

RGB Percentages of Color #d83afa

%41.22
%11.07
%47.71

CMYK Percentages of Color #d83afa

%14
%77
%0
%2

Triadic Colors of #d83afa

#d83afa #fad83a #3afad8

Analogous Colors of #d83afa

#d83afa #fa3abc #783afa

Monochromatic Colors of #d83afa

#d83afa

Complementary Color

#d83afa #5cfa3a

#d83afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83afa Color CSS Codes

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

#d83afa Text Font Color

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

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


#d83afa Background Color

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

This div background color is #d83afa


#d83afa Border Color

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

This div border color is #d83afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83afa;
  -webkit-box-shadow: 1px 1px 3px 2px #d83afa;
  box-shadow:         1px 1px 3px 2px #d83afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,58,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83afa


Comments

No comments written yet.

Please login to write comment.