Color Hex Logo

#d538ec Color Hex

#D538EC
(213,56,236)
0 Favorites   0 Comments

Color spaces of #d538ec

RGB 21356236
HSL0.810.830.57
HSV292°76°93°
CMYK 0.100.760.00   0.07
XYZ43.995123.030681.4834
Yxy23.03060.29620.1551
Hunter Lab47.990279.6573-67.0764
CIE-Lab55.103880.2931-58.9865

#d538ec color RGB value is (213,56,236).

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

The process color (four color CMYK) of #d538ec color hex is 0.10, 0.76, 0.00, 0.07. Web safe color of #d538ec is #cc33ff. Color #d538ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 11101100
Octal 325 70 354
Decimal 213 56 236
Hex D5 38 EC

RGB Percentages of Color #d538ec

%42.18
%11.09
%46.73

CMYK Percentages of Color #d538ec

%10
%76
%0
%7

Triadic Colors of #d538ec

#d538ec #ecd538 #38ecd5

Analogous Colors of #d538ec

#d538ec #ec38a9 #7b38ec

Monochromatic Colors of #d538ec

#d538ec

Complementary Color

#d538ec #4fec38

#d538ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538ec Color CSS Codes

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

#d538ec Text Font Color

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

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


#d538ec Background Color

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

This div background color is #d538ec


#d538ec Border Color

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

This div border color is #d538ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538ec


Comments

No comments written yet.

Please login to write comment.