Color Hex Logo

#4c48df Color Hex

#4C48DF
(76,72,223)
0 Favorites   0 Comments

Color spaces of #4c48df

RGB 7672223
HSL0.670.700.58
HSV242°68°87°
CMYK 0.660.680.00   0.13
XYZ18.617111.498971.0503
Yxy11.49890.18400.1137
Hunter Lab33.910038.6566-100.4909
CIE-Lab40.408447.2369-76.2172

#4c48df color RGB value is (76,72,223).

#4c48df hex color red value is 76, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4c48df hue: 0.67 , saturation: 0.70 and the lightness value of 4c48df is 0.58.

The process color (four color CMYK) of #4c48df color hex is 0.66, 0.68, 0.00, 0.13. Web safe color of #4c48df is #3333cc. Color #4c48df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001000 11011111
Octal 114 110 337
Decimal 76 72 223
Hex 4C 48 DF

RGB Percentages of Color #4c48df

%20.49
%19.41
%60.11

CMYK Percentages of Color #4c48df

%66
%68
%0
%13

Triadic Colors of #4c48df

#4c48df #df4c48 #48df4c

Analogous Colors of #4c48df

#4c48df #9848df #4890df

Monochromatic Colors of #4c48df

#4c48df

Complementary Color

#4c48df #dbdf48

#4c48df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c48df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c48df Color CSS Codes

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

#4c48df Text Font Color

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

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


#4c48df Background Color

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

This div background color is #4c48df


#4c48df Border Color

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

This div border color is #4c48df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c48df


Comments

No comments written yet.

Please login to write comment.