Color Hex Logo

#4248ba Color Hex

#4248BA
(66,72,186)
0 Favorites   0 Comments

Color spaces of #4248ba

RGB 6672186
HSL0.660.480.49
HSV237°65°73°
CMYK 0.650.610.00   0.27
XYZ13.42719.338247.5491
Yxy9.33820.19100.1328
Hunter Lab30.558524.9539-70.8646
CIE-Lab36.627533.5637-60.9997

#4248ba color RGB value is (66,72,186).

#4248ba hex color red value is 66, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4248ba hue: 0.66 , saturation: 0.48 and the lightness value of 4248ba is 0.49.

The process color (four color CMYK) of #4248ba color hex is 0.65, 0.61, 0.00, 0.27. Web safe color of #4248ba is #3333cc. Color #4248ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 10111010
Octal 102 110 272
Decimal 66 72 186
Hex 42 48 BA

RGB Percentages of Color #4248ba

%20.37
%22.22
%57.41

CMYK Percentages of Color #4248ba

%65
%61
%0
%27

Triadic Colors of #4248ba

#4248ba #ba4248 #48ba42

Analogous Colors of #4248ba

#4248ba #7842ba #4284ba

Monochromatic Colors of #4248ba

#4248ba

Complementary Color

#4248ba #bab442

#4248ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4248ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4248ba Color CSS Codes

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

#4248ba Text Font Color

<p style="color:#4248ba">Text here</p>

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


#4248ba Background Color

<div style="background-color:#4248ba">
Div content here</div>

This div background color is #4248ba


#4248ba Border Color

<div style="border:3px solid #4248ba">
Div here</div>

This div border color is #4248ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,72,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4248ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4248ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4248ba;
  box-shadow:         1px 1px 3px 2px #4248ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,72,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 #4248ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4248ba


Comments

No comments written yet.

Please login to write comment.