Color Hex Logo

#d536cc Color Hex

#D536CC
(213,54,204)
0 Favorites   0 Comments

Color spaces of #d536cc

RGB 21354204
HSL0.840.650.52
HSV303°75°84°
CMYK 0.000.750.04   0.16
XYZ39.658821.144159.1177
Yxy21.14410.33070.1763
Hunter Lab45.982773.4815-44.0383
CIE-Lab53.106875.7516-44.0111

#d536cc color RGB value is (213,54,204).

#d536cc hex color red value is 213, green value is 54 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d536cc hue: 0.84 , saturation: 0.65 and the lightness value of d536cc is 0.52.

The process color (four color CMYK) of #d536cc color hex is 0.00, 0.75, 0.04, 0.16. Web safe color of #d536cc is #cc33cc. Color #d536cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11001100
Octal 325 66 314
Decimal 213 54 204
Hex D5 36 CC

RGB Percentages of Color #d536cc

%45.22
%11.46
%43.31

CMYK Percentages of Color #d536cc

%0
%75
%4
%16

Triadic Colors of #d536cc

#d536cc #ccd536 #36ccd5

Analogous Colors of #d536cc

#d536cc #d5367d #8f36d5

Monochromatic Colors of #d536cc

#d536cc

Complementary Color

#d536cc #36d53f

#d536cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536cc Color CSS Codes

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

#d536cc Text Font Color

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

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


#d536cc Background Color

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

This div background color is #d536cc


#d536cc Border Color

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

This div border color is #d536cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536cc


Comments

No comments written yet.

Please login to write comment.