Color Hex Logo

#8925cd Color Hex

#8925CD
(137,37,205)
0 Favorites   0 Comments

Color spaces of #8925cd

RGB 13737205
HSL0.770.690.47
HSV276°82°80°
CMYK 0.330.820.00   0.20
XYZ21.997511.049358.7309
Yxy11.04930.23970.1204
Hunter Lab33.240559.9548-81.4881
CIE-Lab39.663467.0551-66.8328

#8925cd color RGB value is (137,37,205).

#8925cd hex color red value is 137, green value is 37 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8925cd hue: 0.77 , saturation: 0.69 and the lightness value of 8925cd is 0.47.

The process color (four color CMYK) of #8925cd color hex is 0.33, 0.82, 0.00, 0.20. Web safe color of #8925cd is #9933cc. Color #8925cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100101 11001101
Octal 211 45 315
Decimal 137 37 205
Hex 89 25 CD

RGB Percentages of Color #8925cd

%36.15
%9.76
%54.09

CMYK Percentages of Color #8925cd

%33
%82
%0
%20

Triadic Colors of #8925cd

#8925cd #cd8925 #25cd89

Analogous Colors of #8925cd

#8925cd #cd25bd #3525cd

Monochromatic Colors of #8925cd

#8925cd

Complementary Color

#8925cd #69cd25

#8925cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8925cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8925cd Color CSS Codes

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

#8925cd Text Font Color

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

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


#8925cd Background Color

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

This div background color is #8925cd


#8925cd Border Color

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

This div border color is #8925cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,37,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8925cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8925cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8925cd;
  box-shadow:         1px 1px 3px 2px #8925cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8925cd


Comments

No comments written yet.

Please login to write comment.