Color Hex Logo

#d033fa Color Hex

#D033FA
(208,51,250)
0 Favorites   0 Comments

Color spaces of #d033fa

RGB 20851250
HSL0.800.950.59
HSV287°80°98°
CMYK 0.170.800.00   0.02
XYZ44.451622.679792.4772
Yxy22.67970.27850.1421
Hunter Lab47.623283.2716-81.7961
CIE-Lab54.740983.1908-67.4366

#d033fa color RGB value is (208,51,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110011 11111010
Octal 320 63 372
Decimal 208 51 250
Hex D0 33 FA

RGB Percentages of Color #d033fa

%40.86
%10.02
%49.12

CMYK Percentages of Color #d033fa

%17
%80
%0
%2

Triadic Colors of #d033fa

#d033fa #fad033 #33fad0

Analogous Colors of #d033fa

#d033fa #fa33c1 #6d33fa

Monochromatic Colors of #d033fa

#d033fa

Complementary Color

#d033fa #5dfa33

#d033fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d033fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d033fa Color CSS Codes

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

#d033fa Text Font Color

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

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


#d033fa Background Color

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

This div background color is #d033fa


#d033fa Border Color

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

This div border color is #d033fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d033fa

Related Colors


Comments

No comments written yet.

Please login to write comment.