Color Hex Logo

#9252be Color Hex

#9252BE
(146,82,190)
0 Favorites   0 Comments

Color spaces of #9252be

RGB 14682190
HSL0.770.450.53
HSV276°57°75°
CMYK 0.230.570.00   0.25
XYZ24.165615.863350.5034
Yxy15.86330.26690.1752
Hunter Lab39.828838.6023-47.3004
CIE-Lab46.794646.0882-46.5498

#9252be color RGB value is (146,82,190).

#9252be hex color red value is 146, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9252be hue: 0.77 , saturation: 0.45 and the lightness value of 9252be is 0.53.

The process color (four color CMYK) of #9252be color hex is 0.23, 0.57, 0.00, 0.25. Web safe color of #9252be is #9966cc. Color #9252be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010010 10111110
Octal 222 122 276
Decimal 146 82 190
Hex 92 52 BE

RGB Percentages of Color #9252be

%34.93
%19.62
%45.45

CMYK Percentages of Color #9252be

%23
%57
%0
%25

Triadic Colors of #9252be

#9252be #be9252 #52be92

Analogous Colors of #9252be

#9252be #be52b4 #5c52be

Monochromatic Colors of #9252be

#9252be

Complementary Color

#9252be #7ebe52

#9252be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9252be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9252be Color CSS Codes

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

#9252be Text Font Color

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

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


#9252be Background Color

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

This div background color is #9252be


#9252be Border Color

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

This div border color is #9252be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,82,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9252be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9252be;
  -webkit-box-shadow: 1px 1px 3px 2px #9252be;
  box-shadow:         1px 1px 3px 2px #9252be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9252be


Comments

No comments written yet.

Please login to write comment.