Color Hex Logo

#d529eb Color Hex

#D529EB
(213,41,235)
0 Favorites   0 Comments

Color spaces of #d529eb

RGB 21341235
HSL0.810.830.54
HSV293°83°92°
CMYK 0.090.830.00   0.08
XYZ43.228921.730280.5132
Yxy21.73020.29720.1494
Hunter Lab46.615783.9540-69.7730
CIE-Lab53.739683.9152-60.6151

#d529eb color RGB value is (213,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101001 11101011
Octal 325 51 353
Decimal 213 41 235
Hex D5 29 EB

RGB Percentages of Color #d529eb

%43.56
%8.38
%48.06

CMYK Percentages of Color #d529eb

%9
%83
%0
%8

Triadic Colors of #d529eb

#d529eb #ebd529 #29ebd5

Analogous Colors of #d529eb

#d529eb #eb29a0 #7429eb

Monochromatic Colors of #d529eb

#d529eb

Complementary Color

#d529eb #3feb29

#d529eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d529eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d529eb Color CSS Codes

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

#d529eb Text Font Color

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

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


#d529eb Background Color

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

This div background color is #d529eb


#d529eb Border Color

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

This div border color is #d529eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d529eb


Comments

No comments written yet.

Please login to write comment.