Color Hex Logo

#508bcf Color Hex

#508BCF
(80,139,207)
0 Favorites   0 Comments

Color spaces of #508bcf

RGB 80139207
HSL0.590.570.56
HSV212°61°81°
CMYK 0.610.330.00   0.19
XYZ23.803424.675762.5398
Yxy24.67570.21440.2223
Hunter Lab49.6746-1.3959-39.8732
CIE-Lab56.75811.5518-40.8052

#508bcf color RGB value is (80,139,207).

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

The process color (four color CMYK) of #508bcf color hex is 0.61, 0.33, 0.00, 0.19. Web safe color of #508bcf is #6699cc. Color #508bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 11001111
Octal 120 213 317
Decimal 80 139 207
Hex 50 8B CF

RGB Percentages of Color #508bcf

%18.78
%32.63
%48.59

CMYK Percentages of Color #508bcf

%61
%33
%0
%19

Triadic Colors of #508bcf

#508bcf #cf508b #8bcf50

Analogous Colors of #508bcf

#508bcf #5550cf #50cbcf

Monochromatic Colors of #508bcf

#508bcf

Complementary Color

#508bcf #cf9450

#508bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bcf Color CSS Codes

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

#508bcf Text Font Color

<p style="color:#508bcf">Text here</p>

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


#508bcf Background Color

<div style="background-color:#508bcf">
Div content here</div>

This div background color is #508bcf


#508bcf Border Color

<div style="border:3px solid #508bcf">
Div here</div>

This div border color is #508bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bcf


Comments

No comments written yet.

Please login to write comment.