Color Hex Logo

#d309fe Color Hex

#D309FE
(211,9,254)
0 Favorites   0 Comments

Color spaces of #d309fe

RGB 2119254
HSL0.800.990.52
HSV289°96°100°
CMYK 0.170.960.00   0.00
XYZ44.851021.200095.4940
Yxy21.20000.27760.1312
Hunter Lab46.043593.3011-90.7369
CIE-Lab53.167791.1307-72.1865

#d309fe color RGB value is (211,9,254).

#d309fe hex color red value is 211, green value is 9 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d309fe hue: 0.80 , saturation: 0.99 and the lightness value of d309fe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001001 11111110
Octal 323 11 376
Decimal 211 9 254
Hex D3 9 FE

RGB Percentages of Color #d309fe

%44.51
%1.90
%53.59

CMYK Percentages of Color #d309fe

%17
%96
%0
%0

Triadic Colors of #d309fe

#d309fe #fed309 #09fed3

Analogous Colors of #d309fe

#d309fe #fe09af #5909fe

Monochromatic Colors of #d309fe

#d309fe

Complementary Color

#d309fe #34fe09

#d309fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d309fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d309fe Color CSS Codes

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

#d309fe Text Font Color

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

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


#d309fe Background Color

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

This div background color is #d309fe


#d309fe Border Color

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

This div border color is #d309fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d309fe


Comments

No comments written yet.

Please login to write comment.