Color Hex Logo

#7b258a Color Hex

#7B258A
(123,37,138)
0 Favorites   0 Comments

Color spaces of #7b258a

RGB 12337138
HSL0.810.580.34
HSV291°73°54°
CMYK 0.110.730.00   0.46
XYZ13.41747.369124.7600
Yxy7.36910.29460.1618
Hunter Lab27.146140.7209-35.0763
CIE-Lab32.632850.7192-38.2253

#7b258a color RGB value is (123,37,138).

#7b258a hex color red value is 123, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7b258a hue: 0.81 , saturation: 0.58 and the lightness value of 7b258a is 0.34.

The process color (four color CMYK) of #7b258a color hex is 0.11, 0.73, 0.00, 0.46. Web safe color of #7b258a is #663399. Color #7b258a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100101 10001010
Octal 173 45 212
Decimal 123 37 138
Hex 7B 25 8A

RGB Percentages of Color #7b258a

%41.28
%12.42
%46.31

CMYK Percentages of Color #7b258a

%11
%73
%0
%46

Triadic Colors of #7b258a

#7b258a #8a7b25 #258a7b

Analogous Colors of #7b258a

#7b258a #8a2567 #48258a

Monochromatic Colors of #7b258a

#7b258a

Complementary Color

#7b258a #348a25

#7b258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b258a Color CSS Codes

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

#7b258a Text Font Color

<p style="color:#7b258a">Text here</p>

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


#7b258a Background Color

<div style="background-color:#7b258a">
Div content here</div>

This div background color is #7b258a


#7b258a Border Color

<div style="border:3px solid #7b258a">
Div here</div>

This div border color is #7b258a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,37,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b258a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b258a;
  -webkit-box-shadow: 1px 1px 3px 2px #7b258a;
  box-shadow:         1px 1px 3px 2px #7b258a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b258a


Comments

No comments written yet.

Please login to write comment.