Color Hex Logo

#504bcf Color Hex

#504BCF
(80,75,207)
0 Favorites   0 Comments

Color spaces of #504bcf

RGB 8075207
HSL0.670.580.55
HSV242°64°81°
CMYK 0.610.640.00   0.19
XYZ17.086811.242660.3010
Yxy11.24260.19280.1268
Hunter Lab33.530032.2857-83.1573
CIE-Lab39.986140.8722-67.7145

#504bcf color RGB value is (80,75,207).

#504bcf hex color red value is 80, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #504bcf hue: 0.67 , saturation: 0.58 and the lightness value of 504bcf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11001111
Octal 120 113 317
Decimal 80 75 207
Hex 50 4B CF

RGB Percentages of Color #504bcf

%22.10
%20.72
%57.18

CMYK Percentages of Color #504bcf

%61
%64
%0
%19

Triadic Colors of #504bcf

#504bcf #cf504b #4bcf50

Analogous Colors of #504bcf

#504bcf #924bcf #4b88cf

Monochromatic Colors of #504bcf

#504bcf

Complementary Color

#504bcf #cacf4b

#504bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bcf Color CSS Codes

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

#504bcf Text Font Color

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

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


#504bcf Background Color

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

This div background color is #504bcf


#504bcf Border Color

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

This div border color is #504bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bcf


Comments

No comments written yet.

Please login to write comment.