Color Hex Logo

#5544ca Color Hex

#5544CA
(85,68,202)
0 Favorites   0 Comments

Color spaces of #5544ca

RGB 8568202
HSL0.690.560.53
HSV248°66°79°
CMYK 0.580.660.00   0.21
XYZ16.474110.329857.0027
Yxy10.32980.19660.1233
Hunter Lab32.140035.2493-82.6572
CIE-Lab38.427944.1743-67.3501

#5544ca color RGB value is (85,68,202).

#5544ca hex color red value is 85, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5544ca hue: 0.69 , saturation: 0.56 and the lightness value of 5544ca is 0.53.

The process color (four color CMYK) of #5544ca color hex is 0.58, 0.66, 0.00, 0.21. Web safe color of #5544ca is #6633cc. Color #5544ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 11001010
Octal 125 104 312
Decimal 85 68 202
Hex 55 44 CA

RGB Percentages of Color #5544ca

%23.94
%19.15
%56.90

CMYK Percentages of Color #5544ca

%58
%66
%0
%21

Triadic Colors of #5544ca

#5544ca #ca5544 #44ca55

Analogous Colors of #5544ca

#5544ca #9844ca #4476ca

Monochromatic Colors of #5544ca

#5544ca

Complementary Color

#5544ca #b9ca44

#5544ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5544ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5544ca Color CSS Codes

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

#5544ca Text Font Color

<p style="color:#5544ca">Text here</p>

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


#5544ca Background Color

<div style="background-color:#5544ca">
Div content here</div>

This div background color is #5544ca


#5544ca Border Color

<div style="border:3px solid #5544ca">
Div here</div>

This div border color is #5544ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,68,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5544ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5544ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5544ca;
  box-shadow:         1px 1px 3px 2px #5544ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,68,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 #5544ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5544ca


Comments

No comments written yet.

Please login to write comment.