Color Hex Logo

#d52ede Color Hex

#D52EDE
(213,46,222)
0 Favorites   0 Comments

Color spaces of #d52ede

RGB 21346222
HSL0.820.730.53
HSV297°79°87°
CMYK 0.040.790.00   0.13
XYZ41.602421.374171.0402
Yxy21.37410.31040.1595
Hunter Lab46.232179.7186-58.7424
CIE-Lab53.356580.6820-53.8846

#d52ede color RGB value is (213,46,222).

#d52ede hex color red value is 213, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d52ede hue: 0.82 , saturation: 0.73 and the lightness value of d52ede is 0.53.

The process color (four color CMYK) of #d52ede color hex is 0.04, 0.79, 0.00, 0.13. Web safe color of #d52ede is #cc33cc. Color #d52ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101110 11011110
Octal 325 56 336
Decimal 213 46 222
Hex D5 2E DE

RGB Percentages of Color #d52ede

%44.28
%9.56
%46.15

CMYK Percentages of Color #d52ede

%4
%79
%0
%13

Triadic Colors of #d52ede

#d52ede #ded52e #2eded5

Analogous Colors of #d52ede

#d52ede #de2e8f #7d2ede

Monochromatic Colors of #d52ede

#d52ede

Complementary Color

#d52ede #37de2e

#d52ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52ede Color CSS Codes

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

#d52ede Text Font Color

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

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


#d52ede Background Color

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

This div background color is #d52ede


#d52ede Border Color

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

This div border color is #d52ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52ede


Comments

No comments written yet.

Please login to write comment.