Color Hex Logo

#551fcf Color Hex

#551FCF
(85,31,207)
0 Favorites   0 Comments

Color spaces of #551fcf

RGB 8531207
HSL0.720.740.47
HSV258°85°81°
CMYK 0.590.850.00   0.19
XYZ15.49887.416359.6461
Yxy7.41630.18770.0898
Hunter Lab27.232953.9305-110.7953
CIE-Lab32.736463.0930-79.6171

#551fcf color RGB value is (85,31,207).

#551fcf hex color red value is 85, green value is 31 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #551fcf hue: 0.72 , saturation: 0.74 and the lightness value of 551fcf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011111 11001111
Octal 125 37 317
Decimal 85 31 207
Hex 55 1F CF

RGB Percentages of Color #551fcf

%26.32
%9.60
%64.09

CMYK Percentages of Color #551fcf

%59
%85
%0
%19

Triadic Colors of #551fcf

#551fcf #cf551f #1fcf55

Analogous Colors of #551fcf

#551fcf #ad1fcf #1f41cf

Monochromatic Colors of #551fcf

#551fcf

Complementary Color

#551fcf #99cf1f

#551fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#551fcf Color CSS Codes

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

#551fcf Text Font Color

<p style="color:#551fcf">Text here</p>

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


#551fcf Background Color

<div style="background-color:#551fcf">
Div content here</div>

This div background color is #551fcf


#551fcf Border Color

<div style="border:3px solid #551fcf">
Div here</div>

This div border color is #551fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551fcf


Comments

No comments written yet.

Please login to write comment.