Color Hex Logo

#d060fd Color Hex

#D060FD
(208,96,253)
0 Favorites   0 Comments

Color spaces of #d060fd

RGB 20896253
HSL0.790.980.68
HSV283°62°99°
CMYK 0.180.620.00   0.01
XYZ47.924928.867595.9746
Yxy28.86750.27740.1671
Hunter Lab53.728565.1941-68.2991
CIE-Lab60.664567.5140-59.5816

#d060fd color RGB value is (208,96,253).

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

The process color (four color CMYK) of #d060fd color hex is 0.18, 0.62, 0.00, 0.01. Web safe color of #d060fd is #cc66ff. Color #d060fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 11111101
Octal 320 140 375
Decimal 208 96 253
Hex D0 60 FD

RGB Percentages of Color #d060fd

%37.34
%17.24
%45.42

CMYK Percentages of Color #d060fd

%18
%62
%0
%1

Triadic Colors of #d060fd

#d060fd #fdd060 #60fdd0

Analogous Colors of #d060fd

#d060fd #fd60dc #8260fd

Monochromatic Colors of #d060fd

#d060fd

Complementary Color

#d060fd #8dfd60

#d060fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060fd Color CSS Codes

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

#d060fd Text Font Color

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

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


#d060fd Background Color

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

This div background color is #d060fd


#d060fd Border Color

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

This div border color is #d060fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060fd

Related Colors


Comments

No comments written yet.

Please login to write comment.