Color Hex Logo

#d030fd Color Hex

#D030FD
(208,48,253)
0 Favorites   0 Comments

Color spaces of #d030fd

RGB 20848253
HSL0.800.980.59
HSV287°81°99°
CMYK 0.180.810.00   0.01
XYZ44.799022.615794.9326
Yxy22.61570.27590.1393
Hunter Lab47.556084.9289-85.0672
CIE-Lab54.674384.4863-69.2131

#d030fd color RGB value is (208,48,253).

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

The process color (four color CMYK) of #d030fd color hex is 0.18, 0.81, 0.00, 0.01. Web safe color of #d030fd is #cc33ff. Color #d030fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 11111101
Octal 320 60 375
Decimal 208 48 253
Hex D0 30 FD

RGB Percentages of Color #d030fd

%40.86
%9.43
%49.71

CMYK Percentages of Color #d030fd

%18
%81
%0
%1

Triadic Colors of #d030fd

#d030fd #fdd030 #30fdd0

Analogous Colors of #d030fd

#d030fd #fd30c4 #6a30fd

Monochromatic Colors of #d030fd

#d030fd

Complementary Color

#d030fd #5dfd30

#d030fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030fd Color CSS Codes

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

#d030fd Text Font Color

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

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


#d030fd Background Color

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

This div background color is #d030fd


#d030fd Border Color

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

This div border color is #d030fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,48,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030fd

Related Colors


Comments

No comments written yet.

Please login to write comment.