Color Hex Logo

#5034ca Color Hex

#5034CA
(80,52,202)
0 Favorites   0 Comments

Color spaces of #5034ca

RGB 8052202
HSL0.700.590.50
HSV251°74°79°
CMYK 0.600.740.00   0.21
XYZ15.19698.425756.7025
Yxy8.42570.18920.1049
Hunter Lab29.027142.6550-95.5003
CIE-Lab34.854252.1795-73.2283

#5034ca color RGB value is (80,52,202).

#5034ca hex color red value is 80, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5034ca hue: 0.70 , saturation: 0.59 and the lightness value of 5034ca is 0.50.

The process color (four color CMYK) of #5034ca color hex is 0.60, 0.74, 0.00, 0.21. Web safe color of #5034ca is #6633cc. Color #5034ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 11001010
Octal 120 64 312
Decimal 80 52 202
Hex 50 34 CA

RGB Percentages of Color #5034ca

%23.95
%15.57
%60.48

CMYK Percentages of Color #5034ca

%60
%74
%0
%21

Triadic Colors of #5034ca

#5034ca #ca5034 #34ca50

Analogous Colors of #5034ca

#5034ca #9b34ca #3463ca

Monochromatic Colors of #5034ca

#5034ca

Complementary Color

#5034ca #aeca34

#5034ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5034ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5034ca Color CSS Codes

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

#5034ca Text Font Color

<p style="color:#5034ca">Text here</p>

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


#5034ca Background Color

<div style="background-color:#5034ca">
Div content here</div>

This div background color is #5034ca


#5034ca Border Color

<div style="border:3px solid #5034ca">
Div here</div>

This div border color is #5034ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,52,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5034ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5034ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5034ca;
  box-shadow:         1px 1px 3px 2px #5034ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5034ca


Comments

No comments written yet.

Please login to write comment.