Color Hex Logo

#d303fd Color Hex

#D303FD
(211,3,253)
0 Favorites   0 Comments

Color spaces of #d303fd

RGB 2113253
HSL0.810.980.50
HSV290°99°99°
CMYK 0.170.990.00   0.01
XYZ44.626221.005994.6310
Yxy21.00590.27850.1311
Hunter Lab45.832293.5967-90.3352
CIE-Lab52.956091.3919-71.9732

#d303fd color RGB value is (211,3,253).

#d303fd hex color red value is 211, green value is 3 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d303fd hue: 0.81 , saturation: 0.98 and the lightness value of d303fd is 0.50.

The process color (four color CMYK) of #d303fd color hex is 0.17, 0.99, 0.00, 0.01. Web safe color of #d303fd is #cc00ff. Color #d303fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000011 11111101
Octal 323 3 375
Decimal 211 3 253
Hex D3 3 FD

RGB Percentages of Color #d303fd

%45.18
%0.64
%54.18

CMYK Percentages of Color #d303fd

%17
%99
%0
%1

Triadic Colors of #d303fd

#d303fd #fdd303 #03fdd3

Analogous Colors of #d303fd

#d303fd #fd03aa #5603fd

Monochromatic Colors of #d303fd

#d303fd

Complementary Color

#d303fd #2dfd03

#d303fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d303fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d303fd Color CSS Codes

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

#d303fd Text Font Color

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

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


#d303fd Background Color

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

This div background color is #d303fd


#d303fd Border Color

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

This div border color is #d303fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d303fd


Comments

No comments written yet.

Please login to write comment.