Color Hex Logo

#4825ba Color Hex

#4825BA
(72,37,186)
0 Favorites   0 Comments

Color spaces of #4825ba

RGB 7237186
HSL0.710.670.44
HSV254°80°73°
CMYK 0.610.800.00   0.27
XYZ12.19706.246047.0171
Yxy6.24600.18630.0954
Hunter Lab24.992043.3785-94.0471
CIE-Lab30.024853.8152-71.8156

#4825ba color RGB value is (72,37,186).

#4825ba hex color red value is 72, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4825ba hue: 0.71 , saturation: 0.67 and the lightness value of 4825ba is 0.44.

The process color (four color CMYK) of #4825ba color hex is 0.61, 0.80, 0.00, 0.27. Web safe color of #4825ba is #3333cc. Color #4825ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 10111010
Octal 110 45 272
Decimal 72 37 186
Hex 48 25 BA

RGB Percentages of Color #4825ba

%24.41
%12.54
%63.05

CMYK Percentages of Color #4825ba

%61
%80
%0
%27

Triadic Colors of #4825ba

#4825ba #ba4825 #25ba48

Analogous Colors of #4825ba

#4825ba #9325ba #254dba

Monochromatic Colors of #4825ba

#4825ba

Complementary Color

#4825ba #97ba25

#4825ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4825ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4825ba Color CSS Codes

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

#4825ba Text Font Color

<p style="color:#4825ba">Text here</p>

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


#4825ba Background Color

<div style="background-color:#4825ba">
Div content here</div>

This div background color is #4825ba


#4825ba Border Color

<div style="border:3px solid #4825ba">
Div here</div>

This div border color is #4825ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,37,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4825ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4825ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4825ba;
  box-shadow:         1px 1px 3px 2px #4825ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4825ba


Comments

No comments written yet.

Please login to write comment.