Color Hex Logo

#552dcf Color Hex

#552DCF
(85,45,207)
0 Favorites   0 Comments

Color spaces of #552dcf

RGB 8545207
HSL0.710.640.49
HSV255°78°81°
CMYK 0.590.780.00   0.19
XYZ15.94728.313159.7956
Yxy8.31310.18970.0989
Hunter Lab28.832448.2714-102.7788
CIE-Lab34.626657.5550-76.4948

#552dcf color RGB value is (85,45,207).

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

The process color (four color CMYK) of #552dcf color hex is 0.59, 0.78, 0.00, 0.19. Web safe color of #552dcf is #6633cc. Color #552dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 11001111
Octal 125 55 317
Decimal 85 45 207
Hex 55 2D CF

RGB Percentages of Color #552dcf

%25.22
%13.35
%61.42

CMYK Percentages of Color #552dcf

%59
%78
%0
%19

Triadic Colors of #552dcf

#552dcf #cf552d #2dcf55

Analogous Colors of #552dcf

#552dcf #a62dcf #2d56cf

Monochromatic Colors of #552dcf

#552dcf

Complementary Color

#552dcf #a7cf2d

#552dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dcf Color CSS Codes

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

#552dcf Text Font Color

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

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


#552dcf Background Color

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

This div background color is #552dcf


#552dcf Border Color

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

This div border color is #552dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dcf


Comments

No comments written yet.

Please login to write comment.