Color Hex Logo

#4885bc Color Hex

#4885BC
(72,133,188)
0 Favorites   0 Comments

Color spaces of #4885bc

RGB 72133188
HSL0.580.460.51
HSV208°62°74°
CMYK 0.620.290.00   0.26
XYZ20.137121.783650.7203
Yxy21.78360.21740.2351
Hunter Lab46.6729-4.6635-31.7605
CIE-Lab53.7966-2.7745-34.6986

#4885bc color RGB value is (72,133,188).

#4885bc hex color red value is 72, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4885bc hue: 0.58 , saturation: 0.46 and the lightness value of 4885bc is 0.51.

The process color (four color CMYK) of #4885bc color hex is 0.62, 0.29, 0.00, 0.26. Web safe color of #4885bc is #3399cc. Color #4885bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 10111100
Octal 110 205 274
Decimal 72 133 188
Hex 48 85 BC

RGB Percentages of Color #4885bc

%18.32
%33.84
%47.84

CMYK Percentages of Color #4885bc

%62
%29
%0
%26

Triadic Colors of #4885bc

#4885bc #bc4885 #85bc48

Analogous Colors of #4885bc

#4885bc #484bbc #48bcb9

Monochromatic Colors of #4885bc

#4885bc

Complementary Color

#4885bc #bc7f48

#4885bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4885bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4885bc Color CSS Codes

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

#4885bc Text Font Color

<p style="color:#4885bc">Text here</p>

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


#4885bc Background Color

<div style="background-color:#4885bc">
Div content here</div>

This div background color is #4885bc


#4885bc Border Color

<div style="border:3px solid #4885bc">
Div here</div>

This div border color is #4885bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,133,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4885bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4885bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4885bc;
  box-shadow:         1px 1px 3px 2px #4885bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4885bc


Comments

No comments written yet.

Please login to write comment.