Color Hex Logo

#550cea Color Hex

#550CEA
(85,12,234)
0 Favorites   0 Comments

Color spaces of #550cea

RGB 8512234
HSL0.720.900.48
HSV260°95°92°
CMYK 0.640.950.00   0.08
XYZ18.72918.134878.4249
Yxy8.13480.17790.0773
Hunter Lab28.521667.3018-143.0628
CIE-Lab34.262174.3107-92.6197

#550cea color RGB value is (85,12,234).

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

The process color (four color CMYK) of #550cea color hex is 0.64, 0.95, 0.00, 0.08. Web safe color of #550cea is #6600ff. Color #550cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 11101010
Octal 125 14 352
Decimal 85 12 234
Hex 55 C EA

RGB Percentages of Color #550cea

%25.68
%3.63
%70.69

CMYK Percentages of Color #550cea

%64
%95
%0
%8

Triadic Colors of #550cea

#550cea #ea550c #0cea55

Analogous Colors of #550cea

#550cea #c40cea #0c32ea

Monochromatic Colors of #550cea

#550cea

Complementary Color

#550cea #a1ea0c

#550cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cea Color CSS Codes

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

#550cea Text Font Color

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

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


#550cea Background Color

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

This div background color is #550cea


#550cea Border Color

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

This div border color is #550cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cea


Comments

No comments written yet.

Please login to write comment.