Color Hex Logo

#d833fa Color Hex

#D833FA
(216,51,250)
0 Favorites   0 Comments

Color spaces of #d833fa

RGB 21651250
HSL0.800.950.59
HSV290°80°98°
CMYK 0.140.800.00   0.02
XYZ46.758023.868792.5852
Yxy23.86870.28650.1462
Hunter Lab48.855685.3388-78.1603
CIE-Lab55.956184.5523-65.4151

#d833fa color RGB value is (216,51,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110011 11111010
Octal 330 63 372
Decimal 216 51 250
Hex D8 33 FA

RGB Percentages of Color #d833fa

%41.78
%9.86
%48.36

CMYK Percentages of Color #d833fa

%14
%80
%0
%2

Triadic Colors of #d833fa

#d833fa #fad833 #33fad8

Analogous Colors of #d833fa

#d833fa #fa33b9 #7533fa

Monochromatic Colors of #d833fa

#d833fa

Complementary Color

#d833fa #55fa33

#d833fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d833fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d833fa Color CSS Codes

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

#d833fa Text Font Color

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

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


#d833fa Background Color

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

This div background color is #d833fa


#d833fa Border Color

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

This div border color is #d833fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d833fa

Related Colors


Comments

No comments written yet.

Please login to write comment.