Color Hex Logo

#4b27aa Color Hex

#4B27AA
(75,39,170)
0 Favorites   0 Comments

Color spaces of #4b27aa

RGB 7539170
HSL0.710.630.41
HSV256°77°67°
CMYK 0.560.770.00   0.33
XYZ10.88295.849238.5856
Yxy5.84920.19670.1057
Hunter Lab24.185137.9981-77.6633
CIE-Lab29.028848.7049-63.8952

#4b27aa color RGB value is (75,39,170).

#4b27aa hex color red value is 75, green value is 39 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4b27aa hue: 0.71 , saturation: 0.63 and the lightness value of 4b27aa is 0.41.

The process color (four color CMYK) of #4b27aa color hex is 0.56, 0.77, 0.00, 0.33. Web safe color of #4b27aa is #333399. Color #4b27aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100111 10101010
Octal 113 47 252
Decimal 75 39 170
Hex 4B 27 AA

RGB Percentages of Color #4b27aa

%26.41
%13.73
%59.86

CMYK Percentages of Color #4b27aa

%56
%77
%0
%33

Triadic Colors of #4b27aa

#4b27aa #aa4b27 #27aa4b

Analogous Colors of #4b27aa

#4b27aa #8d27aa #2745aa

Monochromatic Colors of #4b27aa

#4b27aa

Complementary Color

#4b27aa #86aa27

#4b27aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b27aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b27aa Color CSS Codes

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

#4b27aa Text Font Color

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

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


#4b27aa Background Color

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

This div background color is #4b27aa


#4b27aa Border Color

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

This div border color is #4b27aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b27aa


Comments

No comments written yet.

Please login to write comment.