Color Hex Logo

#d725eb Color Hex

#D725EB
(215,37,235)
0 Favorites   0 Comments

Color spaces of #d725eb

RGB 21537235
HSL0.820.830.53
HSV294°84°92°
CMYK 0.090.840.00   0.08
XYZ43.681321.768480.4967
Yxy21.76840.29930.1492
Hunter Lab46.656685.4679-69.6335
CIE-Lab53.780485.0758-60.5324

#d725eb color RGB value is (215,37,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100101 11101011
Octal 327 45 353
Decimal 215 37 235
Hex D7 25 EB

RGB Percentages of Color #d725eb

%44.15
%7.60
%48.25

CMYK Percentages of Color #d725eb

%9
%84
%0
%8

Triadic Colors of #d725eb

#d725eb #ebd725 #25ebd7

Analogous Colors of #d725eb

#d725eb #eb259c #7425eb

Monochromatic Colors of #d725eb

#d725eb

Complementary Color

#d725eb #39eb25

#d725eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d725eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d725eb Color CSS Codes

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

#d725eb Text Font Color

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

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


#d725eb Background Color

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

This div background color is #d725eb


#d725eb Border Color

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

This div border color is #d725eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d725eb


Comments

No comments written yet.

Please login to write comment.