Color Hex Logo

#4b085a Color Hex

#4B085A
(75,8,90)
0 Favorites   0 Comments

Color spaces of #4b085a

RGB 75890
HSL0.800.840.19
HSV289°91°35°
CMYK 0.170.910.00   0.65
XYZ4.83392.40779.8828
Yxy2.40770.28230.1406
Hunter Lab15.516828.4533-26.9007
CIE-Lab17.495940.8702-32.1298

#4b085a color RGB value is (75,8,90).

#4b085a hex color red value is 75, green value is 8 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #4b085a hue: 0.80 , saturation: 0.84 and the lightness value of 4b085a is 0.19.

The process color (four color CMYK) of #4b085a color hex is 0.17, 0.91, 0.00, 0.65. Web safe color of #4b085a is #330066. Color #4b085a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001000 01011010
Octal 113 10 132
Decimal 75 8 90
Hex 4B 8 5A

RGB Percentages of Color #4b085a

%43.35
%4.62
%52.02

CMYK Percentages of Color #4b085a

%17
%91
%0
%65

Triadic Colors of #4b085a

#4b085a #5a4b08 #085a4b

Analogous Colors of #4b085a

#4b085a #5a0840 #22085a

Monochromatic Colors of #4b085a

#4b085a

Complementary Color

#4b085a #175a08

#4b085a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b085a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b085a Color CSS Codes

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

#4b085a Text Font Color

<p style="color:#4b085a">Text here</p>

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


#4b085a Background Color

<div style="background-color:#4b085a">
Div content here</div>

This div background color is #4b085a


#4b085a Border Color

<div style="border:3px solid #4b085a">
Div here</div>

This div border color is #4b085a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,8,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b085a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b085a;
  -webkit-box-shadow: 1px 1px 3px 2px #4b085a;
  box-shadow:         1px 1px 3px 2px #4b085a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,8,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b085a


Comments

No comments written yet.

Please login to write comment.