Color Hex Logo

#d536eb Color Hex

#D536EB
(213,54,235)
0 Favorites   0 Comments

Color spaces of #d536eb

RGB 21354235
HSL0.810.820.57
HSV293°77°92°
CMYK 0.090.770.00   0.08
XYZ43.755122.782680.6886
Yxy22.78260.29720.1547
Hunter Lab47.731180.1014-66.8169
CIE-Lab54.847780.6926-58.8358

#d536eb color RGB value is (213,54,235).

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

The process color (four color CMYK) of #d536eb color hex is 0.09, 0.77, 0.00, 0.08. Web safe color of #d536eb is #cc33ff. Color #d536eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110110 11101011
Octal 325 66 353
Decimal 213 54 235
Hex D5 36 EB

RGB Percentages of Color #d536eb

%42.43
%10.76
%46.81

CMYK Percentages of Color #d536eb

%9
%77
%0
%8

Triadic Colors of #d536eb

#d536eb #ebd536 #36ebd5

Analogous Colors of #d536eb

#d536eb #eb36a7 #7b36eb

Monochromatic Colors of #d536eb

#d536eb

Complementary Color

#d536eb #4ceb36

#d536eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d536eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d536eb Color CSS Codes

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

#d536eb Text Font Color

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

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


#d536eb Background Color

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

This div background color is #d536eb


#d536eb Border Color

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

This div border color is #d536eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d536eb


Comments

No comments written yet.

Please login to write comment.