Color Hex Logo

#5507ca Color Hex

#5507CA
(85,7,202)
0 Favorites   0 Comments

Color spaces of #5507ca

RGB 857202
HSL0.730.930.41
HSV264°97°79°
CMYK 0.580.970.00   0.21
XYZ14.48306.347556.3390
Yxy6.34750.18770.0823
Hunter Lab25.194258.5214-114.9475
CIE-Lab30.272867.6091-80.7827

#5507ca color RGB value is (85,7,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 11001010
Octal 125 7 312
Decimal 85 7 202
Hex 55 7 CA

RGB Percentages of Color #5507ca

%28.91
%2.38
%68.71

CMYK Percentages of Color #5507ca

%58
%97
%0
%21

Triadic Colors of #5507ca

#5507ca #ca5507 #07ca55

Analogous Colors of #5507ca

#5507ca #b707ca #071aca

Monochromatic Colors of #5507ca

#5507ca

Complementary Color

#5507ca #7cca07

#5507ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5507ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5507ca Color CSS Codes

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

#5507ca Text Font Color

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

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


#5507ca Background Color

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

This div background color is #5507ca


#5507ca Border Color

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

This div border color is #5507ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5507ca


Comments

No comments written yet.

Please login to write comment.