Color Hex Logo

#5504ca Color Hex

#5504CA
(85,4,202)
0 Favorites   0 Comments

Color spaces of #5504ca

RGB 854202
HSL0.730.960.40
HSV265°98°79°
CMYK 0.580.980.00   0.21
XYZ14.45046.282456.3281
Yxy6.28240.18750.0815
Hunter Lab25.064759.0462-115.6975
CIE-Lab30.114068.0928-81.0460

#5504ca color RGB value is (85,4,202).

#5504ca hex color red value is 85, green value is 4 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5504ca hue: 0.73 , saturation: 0.96 and the lightness value of 5504ca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000100 11001010
Octal 125 4 312
Decimal 85 4 202
Hex 55 4 CA

RGB Percentages of Color #5504ca

%29.21
%1.37
%69.42

CMYK Percentages of Color #5504ca

%58
%98
%0
%21

Triadic Colors of #5504ca

#5504ca #ca5504 #04ca55

Analogous Colors of #5504ca

#5504ca #b804ca #0416ca

Monochromatic Colors of #5504ca

#5504ca

Complementary Color

#5504ca #79ca04

#5504ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5504ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5504ca Color CSS Codes

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

#5504ca Text Font Color

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

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


#5504ca Background Color

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

This div background color is #5504ca


#5504ca Border Color

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

This div border color is #5504ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5504ca


Comments

No comments written yet.

Please login to write comment.