Color Hex Logo

#d303df Color Hex

#D303DF
(211,3,223)
0 Favorites   0 Comments

Color spaces of #d303df

RGB 2113223
HSL0.820.970.44
HSV297°99°87°
CMYK 0.050.990.00   0.13
XYZ40.215819.241771.4065
Yxy19.24170.30730.1470
Hunter Lab43.865486.8846-65.8098
CIE-Lab50.968886.7084-58.2990

#d303df color RGB value is (211,3,223).

#d303df hex color red value is 211, green value is 3 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d303df hue: 0.82 , saturation: 0.97 and the lightness value of d303df is 0.44.

The process color (four color CMYK) of #d303df color hex is 0.05, 0.99, 0.00, 0.13. Web safe color of #d303df is #cc00cc. Color #d303df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000011 11011111
Octal 323 3 337
Decimal 211 3 223
Hex D3 3 DF

RGB Percentages of Color #d303df

%48.28
%0.69
%51.03

CMYK Percentages of Color #d303df

%5
%99
%0
%13

Triadic Colors of #d303df

#d303df #dfd303 #03dfd3

Analogous Colors of #d303df

#d303df #df037d #6503df

Monochromatic Colors of #d303df

#d303df

Complementary Color

#d303df #0fdf03

#d303df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d303df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d303df Color CSS Codes

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

#d303df Text Font Color

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

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


#d303df Background Color

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

This div background color is #d303df


#d303df Border Color

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

This div border color is #d303df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,3,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d303df


Comments

No comments written yet.

Please login to write comment.