Color Hex Logo

#4c1abb Color Hex

#4C1ABB
(76,26,187)
0 Favorites   0 Comments

Color spaces of #4c1abb

RGB 7626187
HSL0.720.760.42
HSV259°86°73°
CMYK 0.590.860.00   0.27
XYZ12.31955.863147.4961
Yxy5.86310.18760.0893
Hunter Lab24.213848.4429-99.3493
CIE-Lab29.064458.7963-73.9831

#4c1abb color RGB value is (76,26,187).

#4c1abb hex color red value is 76, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c1abb hue: 0.72 , saturation: 0.76 and the lightness value of 4c1abb is 0.42.

The process color (four color CMYK) of #4c1abb color hex is 0.59, 0.86, 0.00, 0.27. Web safe color of #4c1abb is #3333cc. Color #4c1abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011010 10111011
Octal 114 32 273
Decimal 76 26 187
Hex 4C 1A BB

RGB Percentages of Color #4c1abb

%26.30
%9.00
%64.71

CMYK Percentages of Color #4c1abb

%59
%86
%0
%27

Triadic Colors of #4c1abb

#4c1abb #bb4c1a #1abb4c

Analogous Colors of #4c1abb

#4c1abb #9d1abb #1a38bb

Monochromatic Colors of #4c1abb

#4c1abb

Complementary Color

#4c1abb #89bb1a

#4c1abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1abb Color CSS Codes

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

#4c1abb Text Font Color

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

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


#4c1abb Background Color

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

This div background color is #4c1abb


#4c1abb Border Color

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

This div border color is #4c1abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,26,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c1abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c1abb;
  -webkit-box-shadow: 1px 1px 3px 2px #4c1abb;
  box-shadow:         1px 1px 3px 2px #4c1abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,26,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1abb


Comments

No comments written yet.

Please login to write comment.