Color Hex Logo

#d578fd Color Hex

#D578FD
(213,120,253)
0 Favorites   0 Comments

Color spaces of #d578fd

RGB 213120253
HSL0.780.970.73
HSV282°53°99°
CMYK 0.160.530.00   0.01
XYZ51.886734.670996.8859
Yxy34.67090.28280.1890
Hunter Lab58.882054.2503-56.3398
CIE-Lab65.491657.3845-51.8640

#d578fd color RGB value is (213,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111000 11111101
Octal 325 170 375
Decimal 213 120 253
Hex D5 78 FD

RGB Percentages of Color #d578fd

%36.35
%20.48
%43.17

CMYK Percentages of Color #d578fd

%16
%53
%0
%1

Triadic Colors of #d578fd

#d578fd #fdd578 #78fdd5

Analogous Colors of #d578fd

#d578fd #fd78e3 #9378fd

Monochromatic Colors of #d578fd

#d578fd

Complementary Color

#d578fd #a0fd78

#d578fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d578fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d578fd Color CSS Codes

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

#d578fd Text Font Color

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

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


#d578fd Background Color

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

This div background color is #d578fd


#d578fd Border Color

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

This div border color is #d578fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d578fd


Comments

No comments written yet.

Please login to write comment.