Color Hex Logo

#d568fd Color Hex

#D568FD
(213,104,253)
0 Favorites   0 Comments

Color spaces of #d568fd

RGB 213104253
HSL0.790.970.70
HSV284°59°99°
CMYK 0.160.590.00   0.01
XYZ50.120531.138696.2972
Yxy31.13860.28230.1754
Hunter Lab55.802062.6726-63.2551
CIE-Lab62.624565.0527-56.4170

#d568fd color RGB value is (213,104,253).

#d568fd hex color red value is 213, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d568fd hue: 0.79 , saturation: 0.97 and the lightness value of d568fd is 0.70.

The process color (four color CMYK) of #d568fd color hex is 0.16, 0.59, 0.00, 0.01. Web safe color of #d568fd is #cc66ff. Color #d568fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 11111101
Octal 325 150 375
Decimal 213 104 253
Hex D5 68 FD

RGB Percentages of Color #d568fd

%37.37
%18.25
%44.39

CMYK Percentages of Color #d568fd

%16
%59
%0
%1

Triadic Colors of #d568fd

#d568fd #fdd568 #68fdd5

Analogous Colors of #d568fd

#d568fd #fd68db #8b68fd

Monochromatic Colors of #d568fd

#d568fd

Complementary Color

#d568fd #90fd68

#d568fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568fd Color CSS Codes

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

#d568fd Text Font Color

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

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


#d568fd Background Color

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

This div background color is #d568fd


#d568fd Border Color

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

This div border color is #d568fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568fd


Comments

No comments written yet.

Please login to write comment.