Color Hex Logo

#d575fd Color Hex

#D575FD
(213,117,253)
1 Favorites   0 Comments

Color spaces of #d575fd

RGB 213117253
HSL0.780.970.73
HSV282°54°99°
CMYK 0.160.540.00   0.01
XYZ51.531533.960696.7675
Yxy33.96060.28270.1863
Hunter Lab58.275755.8598-57.6587
CIE-Lab64.931358.8652-52.7517

#d575fd color RGB value is (213,117,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 11111101
Octal 325 165 375
Decimal 213 117 253
Hex D5 75 FD

RGB Percentages of Color #d575fd

%36.54
%20.07
%43.40

CMYK Percentages of Color #d575fd

%16
%54
%0
%1

Triadic Colors of #d575fd

#d575fd #fdd575 #75fdd5

Analogous Colors of #d575fd

#d575fd #fd75e1 #9175fd

Monochromatic Colors of #d575fd

#d575fd

Complementary Color

#d575fd #9dfd75

#d575fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575fd Color CSS Codes

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

#d575fd Text Font Color

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

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


#d575fd Background Color

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

This div background color is #d575fd


#d575fd Border Color

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

This div border color is #d575fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575fd

Related Colors


Comments

No comments written yet.

Please login to write comment.