Color Hex Logo

#4c3bed Color Hex

#4C3BED
(76,59,237)
0 Favorites   0 Comments

Color spaces of #4c3bed

RGB 7659237
HSL0.680.830.58
HSV246°75°93°
CMYK 0.680.750.00   0.07
XYZ19.830510.778981.1561
Yxy10.77890.17740.0964
Hunter Lab32.831250.3617-123.5781
CIE-Lab39.205658.5976-86.1539

#4c3bed color RGB value is (76,59,237).

#4c3bed hex color red value is 76, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4c3bed hue: 0.68 , saturation: 0.83 and the lightness value of 4c3bed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00111011 11101101
Octal 114 73 355
Decimal 76 59 237
Hex 4C 3B ED

RGB Percentages of Color #4c3bed

%20.43
%15.86
%63.71

CMYK Percentages of Color #4c3bed

%68
%75
%0
%7

Triadic Colors of #4c3bed

#4c3bed #ed4c3b #3bed4c

Analogous Colors of #4c3bed

#4c3bed #a53bed #3b83ed

Monochromatic Colors of #4c3bed

#4c3bed

Complementary Color

#4c3bed #dced3b

#4c3bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3bed Color CSS Codes

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

#4c3bed Text Font Color

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

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


#4c3bed Background Color

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

This div background color is #4c3bed


#4c3bed Border Color

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

This div border color is #4c3bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3bed


Comments

No comments written yet.

Please login to write comment.