Color Hex Logo

#5567fc Color Hex

#5567FC
(85,103,252)
0 Favorites   0 Comments

Color spaces of #5567fc

RGB 85103252
HSL0.650.970.66
HSV234°66°99°
CMYK 0.660.590.00   0.01
XYZ26.167218.660194.3180
Yxy18.66010.18810.1341
Hunter Lab43.197332.5327-99.2169
CIE-Lab50.287139.5488-76.3639

#5567fc color RGB value is (85,103,252).

#5567fc hex color red value is 85, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5567fc hue: 0.65 , saturation: 0.97 and the lightness value of 5567fc is 0.66.

The process color (four color CMYK) of #5567fc color hex is 0.66, 0.59, 0.00, 0.01. Web safe color of #5567fc is #6666ff. Color #5567fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100111 11111100
Octal 125 147 374
Decimal 85 103 252
Hex 55 67 FC

RGB Percentages of Color #5567fc

%19.32
%23.41
%57.27

CMYK Percentages of Color #5567fc

%66
%59
%0
%1

Triadic Colors of #5567fc

#5567fc #fc5567 #67fc55

Analogous Colors of #5567fc

#5567fc #9755fc #55bbfc

Monochromatic Colors of #5567fc

#5567fc

Complementary Color

#5567fc #fcea55

#5567fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5567fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5567fc Color CSS Codes

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

#5567fc Text Font Color

<p style="color:#5567fc">Text here</p>

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


#5567fc Background Color

<div style="background-color:#5567fc">
Div content here</div>

This div background color is #5567fc


#5567fc Border Color

<div style="border:3px solid #5567fc">
Div here</div>

This div border color is #5567fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,103,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5567fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5567fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5567fc;
  box-shadow:         1px 1px 3px 2px #5567fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,103,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5567fc

Related Colors


Comments

No comments written yet.

Please login to write comment.