Color Hex Logo

#d541ee Color Hex

#D541EE
(213,65,238)
0 Favorites   0 Comments

Color spaces of #d541ee

RGB 21365238
HSL0.810.840.59
HSV291°73°93°
CMYK 0.110.730.00   0.07
XYZ44.763524.099883.1813
Yxy24.09980.29440.1585
Hunter Lab49.091576.8527-66.0976
CIE-Lab56.187677.8606-58.3705

#d541ee color RGB value is (213,65,238).

#d541ee hex color red value is 213, green value is 65 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d541ee hue: 0.81 , saturation: 0.84 and the lightness value of d541ee is 0.59.

The process color (four color CMYK) of #d541ee color hex is 0.11, 0.73, 0.00, 0.07. Web safe color of #d541ee is #cc33ff. Color #d541ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000001 11101110
Octal 325 101 356
Decimal 213 65 238
Hex D5 41 EE

RGB Percentages of Color #d541ee

%41.28
%12.60
%46.12

CMYK Percentages of Color #d541ee

%11
%73
%0
%7

Triadic Colors of #d541ee

#d541ee #eed541 #41eed5

Analogous Colors of #d541ee

#d541ee #ee41b1 #7f41ee

Monochromatic Colors of #d541ee

#d541ee

Complementary Color

#d541ee #5aee41

#d541ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d541ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d541ee Color CSS Codes

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

#d541ee Text Font Color

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

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


#d541ee Background Color

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

This div background color is #d541ee


#d541ee Border Color

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

This div border color is #d541ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d541ee


Comments

No comments written yet.

Please login to write comment.