Color Hex Logo

#9250bc Color Hex

#9250BC
(146,80,188)
0 Favorites   0 Comments

Color spaces of #9250bc

RGB 14680188
HSL0.770.450.53
HSV277°57°74°
CMYK 0.220.570.00   0.26
XYZ23.799815.479249.3103
Yxy15.47920.26870.1747
Hunter Lab39.343639.1272-46.7691
CIE-Lab46.283746.6842-46.2019

#9250bc color RGB value is (146,80,188).

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

The process color (four color CMYK) of #9250bc color hex is 0.22, 0.57, 0.00, 0.26. Web safe color of #9250bc is #9966cc. Color #9250bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010000 10111100
Octal 222 120 274
Decimal 146 80 188
Hex 92 50 BC

RGB Percentages of Color #9250bc

%35.27
%19.32
%45.41

CMYK Percentages of Color #9250bc

%22
%57
%0
%26

Triadic Colors of #9250bc

#9250bc #bc9250 #50bc92

Analogous Colors of #9250bc

#9250bc #bc50b0 #5c50bc

Monochromatic Colors of #9250bc

#9250bc

Complementary Color

#9250bc #7abc50

#9250bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9250bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9250bc Color CSS Codes

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

#9250bc Text Font Color

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

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


#9250bc Background Color

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

This div background color is #9250bc


#9250bc Border Color

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

This div border color is #9250bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,80,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9250bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9250bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9250bc;
  box-shadow:         1px 1px 3px 2px #9250bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9250bc


Comments

No comments written yet.

Please login to write comment.