Color Hex Logo

#5052cb Color Hex

#5052CB
(80,82,203)
0 Favorites   0 Comments

Color spaces of #5052cb

RGB 8082203
HSL0.660.540.55
HSV239°61°80°
CMYK 0.610.600.00   0.20
XYZ17.105112.051957.9246
Yxy12.05190.19640.1384
Hunter Lab34.715827.1973-74.6263
CIE-Lab41.298535.3161-63.2652

#5052cb color RGB value is (80,82,203).

#5052cb hex color red value is 80, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5052cb hue: 0.66 , saturation: 0.54 and the lightness value of 5052cb is 0.55.

The process color (four color CMYK) of #5052cb color hex is 0.61, 0.60, 0.00, 0.20. Web safe color of #5052cb is #6666cc. Color #5052cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 11001011
Octal 120 122 313
Decimal 80 82 203
Hex 50 52 CB

RGB Percentages of Color #5052cb

%21.92
%22.47
%55.62

CMYK Percentages of Color #5052cb

%61
%60
%0
%20

Triadic Colors of #5052cb

#5052cb #cb5052 #52cb50

Analogous Colors of #5052cb

#5052cb #8c50cb #5090cb

Monochromatic Colors of #5052cb

#5052cb

Complementary Color

#5052cb #cbc950

#5052cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5052cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5052cb Color CSS Codes

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

#5052cb Text Font Color

<p style="color:#5052cb">Text here</p>

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


#5052cb Background Color

<div style="background-color:#5052cb">
Div content here</div>

This div background color is #5052cb


#5052cb Border Color

<div style="border:3px solid #5052cb">
Div here</div>

This div border color is #5052cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,82,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5052cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5052cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5052cb;
  box-shadow:         1px 1px 3px 2px #5052cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5052cb


Comments

No comments written yet.

Please login to write comment.