Color Hex Logo

#505fcf Color Hex

#505FCF
(80,95,207)
0 Favorites   0 Comments

Color spaces of #505fcf

RGB 8095207
HSL0.650.570.56
HSV233°61°81°
CMYK 0.610.540.00   0.19
XYZ18.663014.394960.8263
Yxy14.39490.19880.1533
Hunter Lab37.940621.4081-68.4952
CIE-Lab44.794028.5716-59.9005

#505fcf color RGB value is (80,95,207).

#505fcf hex color red value is 80, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #505fcf hue: 0.65 , saturation: 0.57 and the lightness value of 505fcf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 11001111
Octal 120 137 317
Decimal 80 95 207
Hex 50 5F CF

RGB Percentages of Color #505fcf

%20.94
%24.87
%54.19

CMYK Percentages of Color #505fcf

%61
%54
%0
%19

Triadic Colors of #505fcf

#505fcf #cf505f #5fcf50

Analogous Colors of #505fcf

#505fcf #8150cf #509fcf

Monochromatic Colors of #505fcf

#505fcf

Complementary Color

#505fcf #cfc050

#505fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#505fcf Color CSS Codes

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

#505fcf Text Font Color

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

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


#505fcf Background Color

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

This div background color is #505fcf


#505fcf Border Color

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

This div border color is #505fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505fcf


Comments

No comments written yet.

Please login to write comment.