Color Hex Logo

#4b85dc Color Hex

#4B85DC
(75,133,220)
0 Favorites   0 Comments

Color spaces of #4b85dc

RGB 75133220
HSL0.600.670.58
HSV216°66°86°
CMYK 0.660.400.00   0.14
XYZ24.207423.438270.9583
Yxy23.43820.20410.1976
Hunter Lab48.41304.5305-53.0114
CIE-Lab55.52098.6576-50.0863

#4b85dc color RGB value is (75,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000101 11011100
Octal 113 205 334
Decimal 75 133 220
Hex 4B 85 DC

RGB Percentages of Color #4b85dc

%17.52
%31.07
%51.40

CMYK Percentages of Color #4b85dc

%66
%40
%0
%14

Triadic Colors of #4b85dc

#4b85dc #dc4b85 #85dc4b

Analogous Colors of #4b85dc

#4b85dc #5a4bdc #4bcedc

Monochromatic Colors of #4b85dc

#4b85dc

Complementary Color

#4b85dc #dca24b

#4b85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b85dc Color CSS Codes

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

#4b85dc Text Font Color

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

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


#4b85dc Background Color

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

This div background color is #4b85dc


#4b85dc Border Color

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

This div border color is #4b85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b85dc


Comments

No comments written yet.

Please login to write comment.