Color Hex Logo

#d000ff Color Hex

#D000FF
(208,0,255)
0 Favorites   0 Comments

Color spaces of #d000ff

RGB 2080255
HSL0.801.000.50
HSV289°100°100°
CMYK 0.181.000.00   0.00
XYZ44.062420.629996.2674
Yxy20.62990.27370.1282
Hunter Lab45.420193.6788-93.8703
CIE-Lab52.542091.5325-73.7807

#d000ff color RGB value is (208,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 11111111
Octal 320 0 377
Decimal 208 0 255
Hex D0 0 FF

RGB Percentages of Color #d000ff

%44.92
%0.00
%55.08

CMYK Percentages of Color #d000ff

%18
%100
%0
%0

Triadic Colors of #d000ff

#d000ff #ffd000 #00ffd0

Analogous Colors of #d000ff

#d000ff #ff00af #5100ff

Monochromatic Colors of #d000ff

#d000ff

Complementary Color

#d000ff #2fff00

#d000ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000ff Color CSS Codes

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

#d000ff Text Font Color

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

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


#d000ff Background Color

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

This div background color is #d000ff


#d000ff Border Color

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

This div border color is #d000ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000ff

Related Colors


Comments

No comments written yet.

Please login to write comment.