Color Hex Logo

#3a54ca Color Hex

#3A54CA
(58,84,202)
0 Favorites   0 Comments

Color spaces of #3a54ca

RGB 5884202
HSL0.640.580.51
HSV229°71°79°
CMYK 0.710.580.00   0.21
XYZ15.575911.504557.2768
Yxy11.50450.18460.1364
Hunter Lab33.918322.6135-76.3785
CIE-Lab40.417530.4371-64.1778

#3a54ca color RGB value is (58,84,202).

#3a54ca hex color red value is 58, green value is 84 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3a54ca hue: 0.64 , saturation: 0.58 and the lightness value of 3a54ca is 0.51.

The process color (four color CMYK) of #3a54ca color hex is 0.71, 0.58, 0.00, 0.21. Web safe color of #3a54ca is #3366cc. Color #3a54ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010100 11001010
Octal 72 124 312
Decimal 58 84 202
Hex 3A 54 CA

RGB Percentages of Color #3a54ca

%16.86
%24.42
%58.72

CMYK Percentages of Color #3a54ca

%71
%58
%0
%21

Triadic Colors of #3a54ca

#3a54ca #ca3a54 #54ca3a

Analogous Colors of #3a54ca

#3a54ca #683aca #3a9cca

Monochromatic Colors of #3a54ca

#3a54ca

Complementary Color

#3a54ca #cab03a

#3a54ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a54ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a54ca Color CSS Codes

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

#3a54ca Text Font Color

<p style="color:#3a54ca">Text here</p>

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


#3a54ca Background Color

<div style="background-color:#3a54ca">
Div content here</div>

This div background color is #3a54ca


#3a54ca Border Color

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

This div border color is #3a54ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,84,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a54ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a54ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3a54ca;
  box-shadow:         1px 1px 3px 2px #3a54ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,84,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 #3a54ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a54ca


Comments

No comments written yet.

Please login to write comment.