Color Hex Logo

#d536fd Color Hex

#D536FD
(213,54,253)
0 Favorites   0 Comments

Color spaces of #d536fd

RGB 21354253
HSL0.800.980.60
HSV288°79°99°
CMYK 0.160.790.00   0.01
XYZ46.489423.876395.0868
Yxy23.87630.28100.1443
Hunter Lab48.863484.3168-81.1723
CIE-Lab55.963783.7622-67.0933

#d536fd color RGB value is (213,54,253).

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

The process color (four color CMYK) of #d536fd color hex is 0.16, 0.79, 0.00, 0.01. Web safe color of #d536fd is #cc33ff. Color #d536fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11111101
Octal 325 66 375
Decimal 213 54 253
Hex D5 36 FD

RGB Percentages of Color #d536fd

%40.96
%10.38
%48.65

CMYK Percentages of Color #d536fd

%16
%79
%0
%1

Triadic Colors of #d536fd

#d536fd #fdd536 #36fdd5

Analogous Colors of #d536fd

#d536fd #fd36c2 #7236fd

Monochromatic Colors of #d536fd

#d536fd

Complementary Color

#d536fd #5efd36

#d536fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536fd Color CSS Codes

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

#d536fd Text Font Color

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

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


#d536fd Background Color

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

This div background color is #d536fd


#d536fd Border Color

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

This div border color is #d536fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536fd


Comments

No comments written yet.

Please login to write comment.