Color Hex Logo

#d525eb Color Hex

#D525EB
(213,37,235)
0 Favorites   0 Comments

Color spaces of #d525eb

RGB 21337235
HSL0.810.830.53
HSV293°84°92°
CMYK 0.090.840.00   0.08
XYZ43.097521.467480.4694
Yxy21.46740.29720.1480
Hunter Lab46.332984.9527-70.5397
CIE-Lab53.457384.7419-61.0690

#d525eb color RGB value is (213,37,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 11101011
Octal 325 45 353
Decimal 213 37 235
Hex D5 25 EB

RGB Percentages of Color #d525eb

%43.92
%7.63
%48.45

CMYK Percentages of Color #d525eb

%9
%84
%0
%8

Triadic Colors of #d525eb

#d525eb #ebd525 #25ebd5

Analogous Colors of #d525eb

#d525eb #eb259e #7225eb

Monochromatic Colors of #d525eb

#d525eb

Complementary Color

#d525eb #3beb25

#d525eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d525eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d525eb Color CSS Codes

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

#d525eb Text Font Color

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

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


#d525eb Background Color

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

This div background color is #d525eb


#d525eb Border Color

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

This div border color is #d525eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d525eb


Comments

No comments written yet.

Please login to write comment.