Color Hex Logo

#552dba Color Hex

#552DBA
(85,45,186)
0 Favorites   0 Comments

Color spaces of #552dba

RGB 8545186
HSL0.710.610.45
HSV257°76°73°
CMYK 0.540.760.00   0.27
XYZ13.54767.353247.1597
Yxy7.35320.19910.1080
Hunter Lab27.116841.7246-84.1315
CIE-Lab32.597851.7095-67.5320

#552dba color RGB value is (85,45,186).

#552dba hex color red value is 85, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #552dba hue: 0.71 , saturation: 0.61 and the lightness value of 552dba is 0.45.

The process color (four color CMYK) of #552dba color hex is 0.54, 0.76, 0.00, 0.27. Web safe color of #552dba is #6633cc. Color #552dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 10111010
Octal 125 55 272
Decimal 85 45 186
Hex 55 2D BA

RGB Percentages of Color #552dba

%26.90
%14.24
%58.86

CMYK Percentages of Color #552dba

%54
%76
%0
%27

Triadic Colors of #552dba

#552dba #ba552d #2dba55

Analogous Colors of #552dba

#552dba #9c2dba #2d4bba

Monochromatic Colors of #552dba

#552dba

Complementary Color

#552dba #92ba2d

#552dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dba Color CSS Codes

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

#552dba Text Font Color

<p style="color:#552dba">Text here</p>

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


#552dba Background Color

<div style="background-color:#552dba">
Div content here</div>

This div background color is #552dba


#552dba Border Color

<div style="border:3px solid #552dba">
Div here</div>

This div border color is #552dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,45,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552dba;
  -webkit-box-shadow: 1px 1px 3px 2px #552dba;
  box-shadow:         1px 1px 3px 2px #552dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dba


Comments

No comments written yet.

Please login to write comment.