Color Hex Logo

#4b83df Color Hex

#4B83DF
(75,131,223)
0 Favorites   0 Comments

Color spaces of #4b83df

RGB 75131223
HSL0.600.700.58
HSV217°66°87°
CMYK 0.660.410.00   0.13
XYZ24.337223.056272.9796
Yxy23.05620.20220.1915
Hunter Lab48.01696.4426-56.5015
CIE-Lab55.130210.9071-52.3909

#4b83df color RGB value is (75,131,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000011 11011111
Octal 113 203 337
Decimal 75 131 223
Hex 4B 83 DF

RGB Percentages of Color #4b83df

%17.48
%30.54
%51.98

CMYK Percentages of Color #4b83df

%66
%41
%0
%13

Triadic Colors of #4b83df

#4b83df #df4b83 #83df4b

Analogous Colors of #4b83df

#4b83df #5d4bdf #4bcddf

Monochromatic Colors of #4b83df

#4b83df

Complementary Color

#4b83df #dfa74b

#4b83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b83df Color CSS Codes

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

#4b83df Text Font Color

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

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


#4b83df Background Color

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

This div background color is #4b83df


#4b83df Border Color

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

This div border color is #4b83df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,131,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 #4b83df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b83df


Comments

No comments written yet.

Please login to write comment.