Color Hex Logo

#4854bc Color Hex

#4854BC
(72,84,188)
0 Favorites   0 Comments

Color spaces of #4854bc

RGB 7284188
HSL0.650.460.51
HSV234°62°74°
CMYK 0.620.550.00   0.26
XYZ14.919911.349248.9812
Yxy11.34920.19830.1508
Hunter Lab33.688620.0986-62.6222
CIE-Lab40.162527.6399-56.4132

#4854bc color RGB value is (72,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 10111100
Octal 110 124 274
Decimal 72 84 188
Hex 48 54 BC

RGB Percentages of Color #4854bc

%20.93
%24.42
%54.65

CMYK Percentages of Color #4854bc

%62
%55
%0
%26

Triadic Colors of #4854bc

#4854bc #bc4854 #54bc48

Analogous Colors of #4854bc

#4854bc #7648bc #488ebc

Monochromatic Colors of #4854bc

#4854bc

Complementary Color

#4854bc #bcb048

#4854bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4854bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4854bc Color CSS Codes

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

#4854bc Text Font Color

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

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


#4854bc Background Color

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

This div background color is #4854bc


#4854bc Border Color

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

This div border color is #4854bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,84,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 #4854bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4854bc


Comments

No comments written yet.

Please login to write comment.