Color Hex Logo

#5155cf Color Hex

#5155CF
(81,85,207)
0 Favorites   0 Comments

Color spaces of #5155cf

RGB 8185207
HSL0.660.570.56
HSV238°61°81°
CMYK 0.610.590.00   0.19
XYZ17.904312.751360.5491
Yxy12.75130.19630.1398
Hunter Lab35.709027.0083-75.5375
CIE-Lab42.386134.9579-63.8015

#5155cf color RGB value is (81,85,207).

#5155cf hex color red value is 81, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5155cf hue: 0.66 , saturation: 0.57 and the lightness value of 5155cf is 0.56.

The process color (four color CMYK) of #5155cf color hex is 0.61, 0.59, 0.00, 0.19. Web safe color of #5155cf is #6666cc. Color #5155cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 11001111
Octal 121 125 317
Decimal 81 85 207
Hex 51 55 CF

RGB Percentages of Color #5155cf

%21.72
%22.79
%55.50

CMYK Percentages of Color #5155cf

%61
%59
%0
%19

Triadic Colors of #5155cf

#5155cf #cf5155 #55cf51

Analogous Colors of #5155cf

#5155cf #8c51cf #5194cf

Monochromatic Colors of #5155cf

#5155cf

Complementary Color

#5155cf #cfcb51

#5155cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5155cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5155cf Color CSS Codes

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

#5155cf Text Font Color

<p style="color:#5155cf">Text here</p>

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


#5155cf Background Color

<div style="background-color:#5155cf">
Div content here</div>

This div background color is #5155cf


#5155cf Border Color

<div style="border:3px solid #5155cf">
Div here</div>

This div border color is #5155cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5155cf


Comments

No comments written yet.

Please login to write comment.