Color Hex Logo

#d54eee Color Hex

#D54EEE
(213,78,238)
0 Favorites   0 Comments

Color spaces of #d54eee

RGB 21378238
HSL0.810.820.62
HSV291°67°93°
CMYK 0.110.670.00   0.07
XYZ45.597625.768083.4594
Yxy25.76800.29450.1664
Hunter Lab50.762271.5054-61.9467
CIE-Lab57.816273.2422-55.7661

#d54eee color RGB value is (213,78,238).

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

The process color (four color CMYK) of #d54eee color hex is 0.11, 0.67, 0.00, 0.07. Web safe color of #d54eee is #cc66ff. Color #d54eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001110 11101110
Octal 325 116 356
Decimal 213 78 238
Hex D5 4E EE

RGB Percentages of Color #d54eee

%40.26
%14.74
%44.99

CMYK Percentages of Color #d54eee

%11
%67
%0
%7

Triadic Colors of #d54eee

#d54eee #eed54e #4eeed5

Analogous Colors of #d54eee

#d54eee #ee4eb7 #854eee

Monochromatic Colors of #d54eee

#d54eee

Complementary Color

#d54eee #67ee4e

#d54eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54eee Color CSS Codes

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

#d54eee Text Font Color

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

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


#d54eee Background Color

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

This div background color is #d54eee


#d54eee Border Color

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

This div border color is #d54eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,78,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 #d54eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54eee


Comments

No comments written yet.

Please login to write comment.