Color Hex Logo

#4b87eb Color Hex

#4B87EB
(75,135,235)
0 Favorites   0 Comments

Color spaces of #4b87eb

RGB 75135235
HSL0.600.800.61
HSV218°68°92°
CMYK 0.680.430.00   0.08
XYZ26.561024.822081.9885
Yxy24.82200.19920.1861
Hunter Lab49.82177.9742-62.6948
CIE-Lab56.901612.6619-56.2614

#4b87eb color RGB value is (75,135,235).

#4b87eb hex color red value is 75, green value is 135 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4b87eb hue: 0.60 , saturation: 0.80 and the lightness value of 4b87eb is 0.61.

The process color (four color CMYK) of #4b87eb color hex is 0.68, 0.43, 0.00, 0.08. Web safe color of #4b87eb is #3399ff. Color #4b87eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000111 11101011
Octal 113 207 353
Decimal 75 135 235
Hex 4B 87 EB

RGB Percentages of Color #4b87eb

%16.85
%30.34
%52.81

CMYK Percentages of Color #4b87eb

%68
%43
%0
%8

Triadic Colors of #4b87eb

#4b87eb #eb4b87 #87eb4b

Analogous Colors of #4b87eb

#4b87eb #5f4beb #4bd7eb

Monochromatic Colors of #4b87eb

#4b87eb

Complementary Color

#4b87eb #ebaf4b

#4b87eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b87eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b87eb Color CSS Codes

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

#4b87eb Text Font Color

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

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


#4b87eb Background Color

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

This div background color is #4b87eb


#4b87eb Border Color

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

This div border color is #4b87eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,135,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b87eb


Comments

No comments written yet.

Please login to write comment.