Color Hex Logo

#4c38ba Color Hex

#4C38BA
(76,56,186)
0 Favorites   0 Comments

Color spaces of #4c38ba

RGB 7656186
HSL0.690.540.47
HSV249°70°73°
CMYK 0.590.700.00   0.27
XYZ13.25767.910047.2824
Yxy7.91000.19370.1156
Hunter Lab28.124734.9241-79.9892
CIE-Lab33.794744.6733-65.5995

#4c38ba color RGB value is (76,56,186).

#4c38ba hex color red value is 76, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4c38ba hue: 0.69 , saturation: 0.54 and the lightness value of 4c38ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00111000 10111010
Octal 114 70 272
Decimal 76 56 186
Hex 4C 38 BA

RGB Percentages of Color #4c38ba

%23.90
%17.61
%58.49

CMYK Percentages of Color #4c38ba

%59
%70
%0
%27

Triadic Colors of #4c38ba

#4c38ba #ba4c38 #38ba4c

Analogous Colors of #4c38ba

#4c38ba #8d38ba #3865ba

Monochromatic Colors of #4c38ba

#4c38ba

Complementary Color

#4c38ba #a6ba38

#4c38ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c38ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c38ba Color CSS Codes

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

#4c38ba Text Font Color

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

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


#4c38ba Background Color

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

This div background color is #4c38ba


#4c38ba Border Color

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

This div border color is #4c38ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c38ba


Comments

No comments written yet.

Please login to write comment.