Color Hex Logo

#d300fa Color Hex

#D300FA
(211,0,250)
0 Favorites   0 Comments

Color spaces of #d300fa

RGB 2110250
HSL0.811.000.49
HSV291°100°98°
CMYK 0.161.000.00   0.02
XYZ44.119320.751092.1225
Yxy20.75100.28100.1322
Hunter Lab45.553393.1628-88.0151
CIE-Lab52.675991.1220-70.7544

#d300fa color RGB value is (211,0,250).

#d300fa hex color red value is 211, green value is 0 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d300fa hue: 0.81 , saturation: 1.00 and the lightness value of d300fa is 0.49.

The process color (four color CMYK) of #d300fa color hex is 0.16, 1.00, 0.00, 0.02. Web safe color of #d300fa is #cc00ff. Color #d300fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000000 11111010
Octal 323 0 372
Decimal 211 0 250
Hex D3 0 FA

RGB Percentages of Color #d300fa

%45.77
%0.00
%54.23

CMYK Percentages of Color #d300fa

%16
%100
%0
%2

Triadic Colors of #d300fa

#d300fa #fad300 #00fad3

Analogous Colors of #d300fa

#d300fa #fa00a4 #5600fa

Monochromatic Colors of #d300fa

#d300fa

Complementary Color

#d300fa #27fa00

#d300fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d300fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d300fa Color CSS Codes

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

#d300fa Text Font Color

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

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


#d300fa Background Color

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

This div background color is #d300fa


#d300fa Border Color

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

This div border color is #d300fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d300fa


Comments

No comments written yet.

Please login to write comment.