Color Hex Logo

#550cda Color Hex

#550CDA
(85,12,218)
0 Favorites   0 Comments

Color spaces of #550cda

RGB 8512218
HSL0.730.900.45
HSV261°94°85°
CMYK 0.610.940.00   0.15
XYZ16.53277.256266.8589
Yxy7.25620.18240.0800
Hunter Lab26.937362.4134-128.3026
CIE-Lab32.383270.5595-86.5732

#550cda color RGB value is (85,12,218).

#550cda hex color red value is 85, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #550cda hue: 0.73 , saturation: 0.90 and the lightness value of 550cda is 0.45.

The process color (four color CMYK) of #550cda color hex is 0.61, 0.94, 0.00, 0.15. Web safe color of #550cda is #6600cc. Color #550cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 11011010
Octal 125 14 332
Decimal 85 12 218
Hex 55 C DA

RGB Percentages of Color #550cda

%26.98
%3.81
%69.21

CMYK Percentages of Color #550cda

%61
%94
%0
%15

Triadic Colors of #550cda

#550cda #da550c #0cda55

Analogous Colors of #550cda

#550cda #bc0cda #0c2ada

Monochromatic Colors of #550cda

#550cda

Complementary Color

#550cda #91da0c

#550cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cda Color CSS Codes

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

#550cda Text Font Color

<p style="color:#550cda">Text here</p>

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


#550cda Background Color

<div style="background-color:#550cda">
Div content here</div>

This div background color is #550cda


#550cda Border Color

<div style="border:3px solid #550cda">
Div here</div>

This div border color is #550cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,12,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550cda;
  -webkit-box-shadow: 1px 1px 3px 2px #550cda;
  box-shadow:         1px 1px 3px 2px #550cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cda


Comments

No comments written yet.

Please login to write comment.