Color Hex Logo

#d52eee Color Hex

#D52EEE
(213,46,238)
0 Favorites   0 Comments

Color spaces of #d52eee

RGB 21346238
HSL0.810.850.56
HSV292°81°93°
CMYK 0.110.810.00   0.07
XYZ43.850222.273282.8769
Yxy22.27320.29430.1495
Hunter Lab47.194583.2608-71.0813
CIE-Lab54.315783.2653-61.3746

#d52eee color RGB value is (213,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101110 11101110
Octal 325 56 356
Decimal 213 46 238
Hex D5 2E EE

RGB Percentages of Color #d52eee

%42.86
%9.26
%47.89

CMYK Percentages of Color #d52eee

%11
%81
%0
%7

Triadic Colors of #d52eee

#d52eee #eed52e #2eeed5

Analogous Colors of #d52eee

#d52eee #ee2ea7 #752eee

Monochromatic Colors of #d52eee

#d52eee

Complementary Color

#d52eee #47ee2e

#d52eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52eee Color CSS Codes

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

#d52eee Text Font Color

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

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


#d52eee Background Color

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

This div background color is #d52eee


#d52eee Border Color

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

This div border color is #d52eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52eee


Comments

No comments written yet.

Please login to write comment.