Color Hex Logo

#d525ed Color Hex

#D525ED
(213,37,237)
0 Favorites   0 Comments

Color spaces of #d525ed

RGB 21337237
HSL0.810.850.54
HSV293°84°93°
CMYK 0.100.840.00   0.07
XYZ43.388221.583782.0000
Yxy21.58370.29520.1469
Hunter Lab46.458385.4024-72.1276
CIE-Lab53.582585.0640-61.9924

#d525ed color RGB value is (213,37,237).

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

The process color (four color CMYK) of #d525ed color hex is 0.10, 0.84, 0.00, 0.07. Web safe color of #d525ed is #cc33ff. Color #d525ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 11101101
Octal 325 45 355
Decimal 213 37 237
Hex D5 25 ED

RGB Percentages of Color #d525ed

%43.74
%7.60
%48.67

CMYK Percentages of Color #d525ed

%10
%84
%0
%7

Triadic Colors of #d525ed

#d525ed #edd525 #25edd5

Analogous Colors of #d525ed

#d525ed #ed25a1 #7125ed

Monochromatic Colors of #d525ed

#d525ed

Complementary Color

#d525ed #3ded25

#d525ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d525ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d525ed Color CSS Codes

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

#d525ed Text Font Color

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

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


#d525ed Background Color

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

This div background color is #d525ed


#d525ed Border Color

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

This div border color is #d525ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d525ed


Comments

No comments written yet.

Please login to write comment.