Color Hex Logo

#4b63df Color Hex

#4B63DF
(75,99,223)
0 Favorites   0 Comments

Color spaces of #4b63df

RGB 7599223
HSL0.640.700.58
HSV230°66°87°
CMYK 0.660.560.00   0.13
XYZ20.682815.747271.7615
Yxy15.74720.19120.1455
Hunter Lab39.682723.5901-79.4410
CIE-Lab46.641130.7371-66.0481

#4b63df color RGB value is (75,99,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100011 11011111
Octal 113 143 337
Decimal 75 99 223
Hex 4B 63 DF

RGB Percentages of Color #4b63df

%18.89
%24.94
%56.17

CMYK Percentages of Color #4b63df

%66
%56
%0
%13

Triadic Colors of #4b63df

#4b63df #df4b63 #63df4b

Analogous Colors of #4b63df

#4b63df #7d4bdf #4baddf

Monochromatic Colors of #4b63df

#4b63df

Complementary Color

#4b63df #dfc74b

#4b63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b63df Color CSS Codes

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

#4b63df Text Font Color

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

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


#4b63df Background Color

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

This div background color is #4b63df


#4b63df Border Color

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

This div border color is #4b63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b63df


Comments

No comments written yet.

Please login to write comment.