Color Hex Logo

#d015fe Color Hex

#D015FE
(208,21,254)
0 Favorites   0 Comments

Color spaces of #d015fe

RGB 20821254
HSL0.800.990.54
HSV288°92°100°
CMYK 0.180.920.00   0.00
XYZ44.170021.102095.5110
Yxy21.10200.27470.1312
Hunter Lab45.936991.2446-91.1186
CIE-Lab53.060989.6106-72.3819

#d015fe color RGB value is (208,21,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 11111110
Octal 320 25 376
Decimal 208 21 254
Hex D0 15 FE

RGB Percentages of Color #d015fe

%43.06
%4.35
%52.59

CMYK Percentages of Color #d015fe

%18
%92
%0
%0

Triadic Colors of #d015fe

#d015fe #fed015 #15fed0

Analogous Colors of #d015fe

#d015fe #fe15b8 #5c15fe

Monochromatic Colors of #d015fe

#d015fe

Complementary Color

#d015fe #43fe15

#d015fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d015fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d015fe Color CSS Codes

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

#d015fe Text Font Color

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

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


#d015fe Background Color

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

This div background color is #d015fe


#d015fe Border Color

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

This div border color is #d015fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d015fe

Related Colors


Comments

No comments written yet.

Please login to write comment.