Color Hex Logo

#d015ff Color Hex

#D015FF
(208,21,255)
0 Favorites   0 Comments

Color spaces of #d015ff

RGB 20821255
HSL0.801.000.54
HSV288°92°100°
CMYK 0.180.920.00   0.00
XYZ44.330621.166296.3567
Yxy21.16620.27390.1308
Hunter Lab46.006791.4850-91.9725
CIE-Lab53.130989.7778-72.8247

#d015ff color RGB value is (208,21,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 11111111
Octal 320 25 377
Decimal 208 21 255
Hex D0 15 FF

RGB Percentages of Color #d015ff

%42.98
%4.34
%52.69

CMYK Percentages of Color #d015ff

%18
%92
%0
%0

Triadic Colors of #d015ff

#d015ff #ffd015 #15ffd0

Analogous Colors of #d015ff

#d015ff #ff15b9 #5b15ff

Monochromatic Colors of #d015ff

#d015ff

Complementary Color

#d015ff #44ff15

#d015ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d015ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d015ff Color CSS Codes

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

#d015ff Text Font Color

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

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


#d015ff Background Color

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

This div background color is #d015ff


#d015ff Border Color

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

This div border color is #d015ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,21,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d015ff

Related Colors


Comments

No comments written yet.

Please login to write comment.