Color Hex Logo

#4a1bb8 Color Hex

#4A1BB8
(74,27,184)
0 Favorites   0 Comments

Color spaces of #4a1bb8

RGB 7427184
HSL0.720.740.41
HSV258°85°72°
CMYK 0.600.850.00   0.28
XYZ11.86775.700445.8222
Yxy5.70040.18720.0899
Hunter Lab23.875546.9441-97.0773
CIE-Lab28.643757.4780-72.9053

#4a1bb8 color RGB value is (74,27,184).

#4a1bb8 hex color red value is 74, green value is 27 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #4a1bb8 hue: 0.72 , saturation: 0.74 and the lightness value of 4a1bb8 is 0.41.

The process color (four color CMYK) of #4a1bb8 color hex is 0.60, 0.85, 0.00, 0.28. Web safe color of #4a1bb8 is #3333cc. Color #4a1bb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00011011 10111000
Octal 112 33 270
Decimal 74 27 184
Hex 4A 1B B8

RGB Percentages of Color #4a1bb8

%25.96
%9.47
%64.56

CMYK Percentages of Color #4a1bb8

%60
%85
%0
%28

Triadic Colors of #4a1bb8

#4a1bb8 #b84a1b #1bb84a

Analogous Colors of #4a1bb8

#4a1bb8 #991bb8 #1b3ab8

Monochromatic Colors of #4a1bb8

#4a1bb8

Complementary Color

#4a1bb8 #89b81b

#4a1bb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a1bb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a1bb8 Color CSS Codes

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

#4a1bb8 Text Font Color

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

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


#4a1bb8 Background Color

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

This div background color is #4a1bb8


#4a1bb8 Border Color

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

This div border color is #4a1bb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,27,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a1bb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a1bb8;
  -webkit-box-shadow: 1px 1px 3px 2px #4a1bb8;
  box-shadow:         1px 1px 3px 2px #4a1bb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,27,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a1bb8


Comments

No comments written yet.

Please login to write comment.