Color Hex Logo

#d005fe Color Hex

#D005FE
(208,5,254)
0 Favorites   0 Comments

Color spaces of #d005fe

RGB 2085254
HSL0.800.990.51
HSV289°98°100°
CMYK 0.180.980.00   0.00
XYZ43.956120.674295.4397
Yxy20.67420.27460.1292
Hunter Lab45.468992.9906-92.6221
CIE-Lab52.591191.0097-73.1444

#d005fe color RGB value is (208,5,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 11111110
Octal 320 5 376
Decimal 208 5 254
Hex D0 5 FE

RGB Percentages of Color #d005fe

%44.54
%1.07
%54.39

CMYK Percentages of Color #d005fe

%18
%98
%0
%0

Triadic Colors of #d005fe

#d005fe #fed005 #05fed0

Analogous Colors of #d005fe

#d005fe #fe05b0 #5405fe

Monochromatic Colors of #d005fe

#d005fe

Complementary Color

#d005fe #33fe05

#d005fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d005fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d005fe Color CSS Codes

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

#d005fe Text Font Color

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

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


#d005fe Background Color

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

This div background color is #d005fe


#d005fe Border Color

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

This div border color is #d005fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d005fe


Comments

No comments written yet.

Please login to write comment.