Color Hex Logo

#502bcc Color Hex

#502BCC
(80,43,204)
0 Favorites   0 Comments

Color spaces of #502bcc

RGB 8043204
HSL0.700.650.48
HSV254°79°80°
CMYK 0.610.790.00   0.20
XYZ15.07127.792957.8366
Yxy7.79290.18680.0966
Hunter Lab27.915847.5162-103.2975
CIE-Lab33.547857.0602-76.5464

#502bcc color RGB value is (80,43,204).

#502bcc hex color red value is 80, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #502bcc hue: 0.70 , saturation: 0.65 and the lightness value of 502bcc is 0.48.

The process color (four color CMYK) of #502bcc color hex is 0.61, 0.79, 0.00, 0.20. Web safe color of #502bcc is #6633cc. Color #502bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11001100
Octal 120 53 314
Decimal 80 43 204
Hex 50 2B CC

RGB Percentages of Color #502bcc

%24.46
%13.15
%62.39

CMYK Percentages of Color #502bcc

%61
%79
%0
%20

Triadic Colors of #502bcc

#502bcc #cc502b #2bcc50

Analogous Colors of #502bcc

#502bcc #a12bcc #2b56cc

Monochromatic Colors of #502bcc

#502bcc

Complementary Color

#502bcc #a7cc2b

#502bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#502bcc Color CSS Codes

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

#502bcc Text Font Color

<p style="color:#502bcc">Text here</p>

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


#502bcc Background Color

<div style="background-color:#502bcc">
Div content here</div>

This div background color is #502bcc


#502bcc Border Color

<div style="border:3px solid #502bcc">
Div here</div>

This div border color is #502bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,43,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #502bcc;
  box-shadow:         1px 1px 3px 2px #502bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502bcc


Comments

No comments written yet.

Please login to write comment.