Color Hex Logo

#d536ce Color Hex

#D536CE
(213,54,206)
0 Favorites   0 Comments

Color spaces of #d536ce

RGB 21354206
HSL0.840.650.52
HSV303°75°84°
CMYK 0.000.750.03   0.16
XYZ39.900321.240760.3894
Yxy21.24070.32830.1748
Hunter Lab46.087673.8827-45.4273
CIE-Lab53.211976.0556-44.9915

#d536ce color RGB value is (213,54,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11001110
Octal 325 66 316
Decimal 213 54 206
Hex D5 36 CE

RGB Percentages of Color #d536ce

%45.03
%11.42
%43.55

CMYK Percentages of Color #d536ce

%0
%75
%3
%16

Triadic Colors of #d536ce

#d536ce #ced536 #36ced5

Analogous Colors of #d536ce

#d536ce #d5367f #8d36d5

Monochromatic Colors of #d536ce

#d536ce

Complementary Color

#d536ce #36d53d

#d536ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536ce Color CSS Codes

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

#d536ce Text Font Color

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

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


#d536ce Background Color

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

This div background color is #d536ce


#d536ce Border Color

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

This div border color is #d536ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536ce


Comments

No comments written yet.

Please login to write comment.