Color Hex Logo

#d00ffd Color Hex

#D00FFD
(208,15,253)
0 Favorites   0 Comments

Color spaces of #d00ffd

RGB 20815253
HSL0.800.980.53
HSV289°94°99°
CMYK 0.180.940.00   0.01
XYZ43.912920.843494.6372
Yxy20.84340.27550.1308
Hunter Lab45.654691.7949-90.9438
CIE-Lab52.777790.0787-72.2847

#d00ffd color RGB value is (208,15,253).

#d00ffd hex color red value is 208, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d00ffd hue: 0.80 , saturation: 0.98 and the lightness value of d00ffd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 11111101
Octal 320 17 375
Decimal 208 15 253
Hex D0 F FD

RGB Percentages of Color #d00ffd

%43.70
%3.15
%53.15

CMYK Percentages of Color #d00ffd

%18
%94
%0
%1

Triadic Colors of #d00ffd

#d00ffd #fdd00f #0ffdd0

Analogous Colors of #d00ffd

#d00ffd #fd0fb3 #590ffd

Monochromatic Colors of #d00ffd

#d00ffd

Complementary Color

#d00ffd #3cfd0f

#d00ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00ffd Color CSS Codes

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

#d00ffd Text Font Color

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

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


#d00ffd Background Color

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

This div background color is #d00ffd


#d00ffd Border Color

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

This div border color is #d00ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00ffd


Comments

No comments written yet.

Please login to write comment.