Color Hex Logo

#4c1beb Color Hex

#4C1BEB
(76,27,235)
0 Favorites   0 Comments

Color spaces of #4c1beb

RGB 7627235
HSL0.710.840.51
HSV254°89°92°
CMYK 0.680.890.00   0.08
XYZ18.36788.318579.2348
Yxy8.31850.17340.0785
Hunter Lab28.841863.2039-142.6934
CIE-Lab34.637670.8089-92.5872

#4c1beb color RGB value is (76,27,235).

#4c1beb hex color red value is 76, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4c1beb hue: 0.71 , saturation: 0.84 and the lightness value of 4c1beb is 0.51.

The process color (four color CMYK) of #4c1beb color hex is 0.68, 0.89, 0.00, 0.08. Web safe color of #4c1beb is #3333ff. Color #4c1beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011011 11101011
Octal 114 33 353
Decimal 76 27 235
Hex 4C 1B EB

RGB Percentages of Color #4c1beb

%22.49
%7.99
%69.53

CMYK Percentages of Color #4c1beb

%68
%89
%0
%8

Triadic Colors of #4c1beb

#4c1beb #eb4c1b #1beb4c

Analogous Colors of #4c1beb

#4c1beb #b41beb #1b52eb

Monochromatic Colors of #4c1beb

#4c1beb

Complementary Color

#4c1beb #baeb1b

#4c1beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1beb Color CSS Codes

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

#4c1beb Text Font Color

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

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


#4c1beb Background Color

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

This div background color is #4c1beb


#4c1beb Border Color

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

This div border color is #4c1beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1beb


Comments

No comments written yet.

Please login to write comment.