Color Hex Logo

#548cca Color Hex

#548CCA
(84,140,202)
0 Favorites   0 Comments

Color spaces of #548cca

RGB 84140202
HSL0.590.530.56
HSV212°58°79°
CMYK 0.580.310.00   0.21
XYZ23.694924.905359.4355
Yxy24.90530.21930.2305
Hunter Lab49.9052-2.5827-35.6788
CIE-Lab56.98300.1026-37.6198

#548cca color RGB value is (84,140,202).

#548cca hex color red value is 84, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #548cca hue: 0.59 , saturation: 0.53 and the lightness value of 548cca is 0.56.

The process color (four color CMYK) of #548cca color hex is 0.58, 0.31, 0.00, 0.21. Web safe color of #548cca is #6699cc. Color #548cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001100 11001010
Octal 124 214 312
Decimal 84 140 202
Hex 54 8C CA

RGB Percentages of Color #548cca

%19.72
%32.86
%47.42

CMYK Percentages of Color #548cca

%58
%31
%0
%21

Triadic Colors of #548cca

#548cca #ca548c #8cca54

Analogous Colors of #548cca

#548cca #5754ca #54c7ca

Monochromatic Colors of #548cca

#548cca

Complementary Color

#548cca #ca9254

#548cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#548cca Color CSS Codes

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

#548cca Text Font Color

<p style="color:#548cca">Text here</p>

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


#548cca Background Color

<div style="background-color:#548cca">
Div content here</div>

This div background color is #548cca


#548cca Border Color

<div style="border:3px solid #548cca">
Div here</div>

This div border color is #548cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,140,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548cca;
  -webkit-box-shadow: 1px 1px 3px 2px #548cca;
  box-shadow:         1px 1px 3px 2px #548cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,140,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548cca


Comments

No comments written yet.

Please login to write comment.