Color Hex Logo

#925eaf Color Hex

#925EAF
(146,94,175)
0 Favorites   0 Comments

Color spaces of #925eaf

RGB 14694175
HSL0.770.340.53
HSV279°46°69°
CMYK 0.170.460.00   0.31
XYZ23.594617.211542.6360
Yxy17.21150.28280.2063
Hunter Lab41.486728.9158-31.8917
CIE-Lab48.525436.1131-35.0687

#925eaf color RGB value is (146,94,175).

#925eaf hex color red value is 146, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #925eaf hue: 0.77 , saturation: 0.34 and the lightness value of 925eaf is 0.53.

The process color (four color CMYK) of #925eaf color hex is 0.17, 0.46, 0.00, 0.31. Web safe color of #925eaf is #996699. Color #925eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01011110 10101111
Octal 222 136 257
Decimal 146 94 175
Hex 92 5E AF

RGB Percentages of Color #925eaf

%35.18
%22.65
%42.17

CMYK Percentages of Color #925eaf

%17
%46
%0
%31

Triadic Colors of #925eaf

#925eaf #af925e #5eaf92

Analogous Colors of #925eaf

#925eaf #af5ea4 #6a5eaf

Monochromatic Colors of #925eaf

#925eaf

Complementary Color

#925eaf #7baf5e

#925eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#925eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#925eaf Color CSS Codes

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

#925eaf Text Font Color

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

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


#925eaf Background Color

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

This div background color is #925eaf


#925eaf Border Color

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

This div border color is #925eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #925eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #925eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #925eaf;
  box-shadow:         1px 1px 3px 2px #925eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,94,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #925eaf


Comments

No comments written yet.

Please login to write comment.