Color Hex Logo

#d536df Color Hex

#D536DF
(213,54,223)
0 Favorites   0 Comments

Color spaces of #d536df

RGB 21354223
HSL0.820.730.54
HSV296°76°87°
CMYK 0.040.760.00   0.13
XYZ42.079022.112271.8623
Yxy22.11220.30930.1625
Hunter Lab47.023677.4391-57.6915
CIE-Lab54.145878.7239-53.1902

#d536df color RGB value is (213,54,223).

#d536df hex color red value is 213, green value is 54 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d536df hue: 0.82 , saturation: 0.73 and the lightness value of d536df is 0.54.

The process color (four color CMYK) of #d536df color hex is 0.04, 0.76, 0.00, 0.13. Web safe color of #d536df is #cc33cc. Color #d536df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11011111
Octal 325 66 337
Decimal 213 54 223
Hex D5 36 DF

RGB Percentages of Color #d536df

%43.47
%11.02
%45.51

CMYK Percentages of Color #d536df

%4
%76
%0
%13

Triadic Colors of #d536df

#d536df #dfd536 #36dfd5

Analogous Colors of #d536df

#d536df #df3695 #8136df

Monochromatic Colors of #d536df

#d536df

Complementary Color

#d536df #40df36

#d536df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536df Color CSS Codes

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

#d536df Text Font Color

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

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


#d536df Background Color

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

This div background color is #d536df


#d536df Border Color

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

This div border color is #d536df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,54,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d536df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536df


Comments

No comments written yet.

Please login to write comment.