Color Hex Logo

#d524eb Color Hex

#D524EB
(213,36,235)
0 Favorites   0 Comments

Color spaces of #d524eb

RGB 21336235
HSL0.810.830.53
HSV293°85°92°
CMYK 0.090.850.00   0.08
XYZ43.066821.406080.4592
Yxy21.40600.29720.1477
Hunter Lab46.266685.1883-70.7207
CIE-Lab53.391084.9364-61.1757

#d524eb color RGB value is (213,36,235).

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

The process color (four color CMYK) of #d524eb color hex is 0.09, 0.85, 0.00, 0.08. Web safe color of #d524eb is #cc33ff. Color #d524eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100100 11101011
Octal 325 44 353
Decimal 213 36 235
Hex D5 24 EB

RGB Percentages of Color #d524eb

%44.01
%7.44
%48.55

CMYK Percentages of Color #d524eb

%9
%85
%0
%8

Triadic Colors of #d524eb

#d524eb #ebd524 #24ebd5

Analogous Colors of #d524eb

#d524eb #eb249e #7224eb

Monochromatic Colors of #d524eb

#d524eb

Complementary Color

#d524eb #3aeb24

#d524eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d524eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d524eb Color CSS Codes

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

#d524eb Text Font Color

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

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


#d524eb Background Color

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

This div background color is #d524eb


#d524eb Border Color

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

This div border color is #d524eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d524eb


Comments

No comments written yet.

Please login to write comment.