Color Hex Logo

#507ceb Color Hex

#507CEB
(80,124,235)
0 Favorites   0 Comments

Color spaces of #507ceb

RGB 80124235
HSL0.620.790.62
HSV223°66°92°
CMYK 0.660.470.00   0.08
XYZ25.511322.118981.5221
Yxy22.11890.19750.1713
Hunter Lab47.030714.5216-69.8505
CIE-Lab54.152920.1451-60.6547

#507ceb color RGB value is (80,124,235).

#507ceb hex color red value is 80, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #507ceb hue: 0.62 , saturation: 0.79 and the lightness value of 507ceb is 0.62.

The process color (four color CMYK) of #507ceb color hex is 0.66, 0.47, 0.00, 0.08. Web safe color of #507ceb is #6666ff. Color #507ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 11101011
Octal 120 174 353
Decimal 80 124 235
Hex 50 7C EB

RGB Percentages of Color #507ceb

%18.22
%28.25
%53.53

CMYK Percentages of Color #507ceb

%66
%47
%0
%8

Triadic Colors of #507ceb

#507ceb #eb507c #7ceb50

Analogous Colors of #507ceb

#507ceb #7250eb #50caeb

Monochromatic Colors of #507ceb

#507ceb

Complementary Color

#507ceb #ebbf50

#507ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ceb Color CSS Codes

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

#507ceb Text Font Color

<p style="color:#507ceb">Text here</p>

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


#507ceb Background Color

<div style="background-color:#507ceb">
Div content here</div>

This div background color is #507ceb


#507ceb Border Color

<div style="border:3px solid #507ceb">
Div here</div>

This div border color is #507ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,124,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #507ceb;
  box-shadow:         1px 1px 3px 2px #507ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,124,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ceb


Comments

No comments written yet.

Please login to write comment.