Color Hex Logo

#8725db Color Hex

#8725DB
(135,37,219)
0 Favorites   0 Comments

Color spaces of #8725db

RGB 13537219
HSL0.760.720.50
HSV272°83°86°
CMYK 0.380.830.00   0.14
XYZ23.439411.588568.0192
Yxy11.58850.22750.1125
Hunter Lab34.041963.3321-94.6382
CIE-Lab40.554569.7801-73.4625

#8725db color RGB value is (135,37,219).

#8725db hex color red value is 135, green value is 37 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8725db hue: 0.76 , saturation: 0.72 and the lightness value of 8725db is 0.50.

The process color (four color CMYK) of #8725db color hex is 0.38, 0.83, 0.00, 0.14. Web safe color of #8725db is #9933cc. Color #8725db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100101 11011011
Octal 207 45 333
Decimal 135 37 219
Hex 87 25 DB

RGB Percentages of Color #8725db

%34.53
%9.46
%56.01

CMYK Percentages of Color #8725db

%38
%83
%0
%14

Triadic Colors of #8725db

#8725db #db8725 #25db87

Analogous Colors of #8725db

#8725db #db25d4 #2c25db

Monochromatic Colors of #8725db

#8725db

Complementary Color

#8725db #79db25

#8725db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8725db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8725db Color CSS Codes

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

#8725db Text Font Color

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

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


#8725db Background Color

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

This div background color is #8725db


#8725db Border Color

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

This div border color is #8725db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,37,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8725db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8725db;
  -webkit-box-shadow: 1px 1px 3px 2px #8725db;
  box-shadow:         1px 1px 3px 2px #8725db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8725db


Comments

No comments written yet.

Please login to write comment.