Color Hex Logo

#d003fe Color Hex

#D003FE
(208,3,254)
0 Favorites   0 Comments

Color spaces of #d003fe

RGB 2083254
HSL0.800.990.50
HSV289°99°100°
CMYK 0.180.990.00   0.00
XYZ43.934420.630895.4325
Yxy20.63080.27460.1289
Hunter Lab45.421193.1703-92.7770
CIE-Lab52.543091.1531-73.2224

#d003fe color RGB value is (208,3,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 11111110
Octal 320 3 376
Decimal 208 3 254
Hex D0 3 FE

RGB Percentages of Color #d003fe

%44.73
%0.65
%54.62

CMYK Percentages of Color #d003fe

%18
%99
%0
%0

Triadic Colors of #d003fe

#d003fe #fed003 #03fed0

Analogous Colors of #d003fe

#d003fe #fe03af #5203fe

Monochromatic Colors of #d003fe

#d003fe

Complementary Color

#d003fe #31fe03

#d003fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d003fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d003fe Color CSS Codes

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

#d003fe Text Font Color

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

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


#d003fe Background Color

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

This div background color is #d003fe


#d003fe Border Color

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

This div border color is #d003fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d003fe

Related Colors


Comments

No comments written yet.

Please login to write comment.