Color Hex Logo

#4c1bbd Color Hex

#4C1BBD
(76,27,189)
0 Favorites   0 Comments

Color spaces of #4c1bbd

RGB 7627189
HSL0.720.750.42
HSV258°86°74°
CMYK 0.600.860.00   0.26
XYZ12.55775.994548.6393
Yxy5.99450.18690.0892
Hunter Lab24.483748.7064-100.6471
CIE-Lab29.398658.9763-74.6142

#4c1bbd color RGB value is (76,27,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011011 10111101
Octal 114 33 275
Decimal 76 27 189
Hex 4C 1B BD

RGB Percentages of Color #4c1bbd

%26.03
%9.25
%64.73

CMYK Percentages of Color #4c1bbd

%60
%86
%0
%26

Triadic Colors of #4c1bbd

#4c1bbd #bd4c1b #1bbd4c

Analogous Colors of #4c1bbd

#4c1bbd #9d1bbd #1b3bbd

Monochromatic Colors of #4c1bbd

#4c1bbd

Complementary Color

#4c1bbd #8cbd1b

#4c1bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1bbd Color CSS Codes

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

#4c1bbd Text Font Color

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

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


#4c1bbd Background Color

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

This div background color is #4c1bbd


#4c1bbd Border Color

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

This div border color is #4c1bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1bbd


Comments

No comments written yet.

Please login to write comment.