Color Hex Logo

#3053ca Color Hex

#3053CA
(48,83,202)
0 Favorites   0 Comments

Color spaces of #3053ca

RGB 4883202
HSL0.630.620.49
HSV226°76°79°
CMYK 0.760.590.00   0.21
XYZ14.972911.079257.2265
Yxy11.07920.17980.1330
Hunter Lab33.285422.0458-78.6355
CIE-Lab39.713529.8940-65.3442

#3053ca color RGB value is (48,83,202).

#3053ca hex color red value is 48, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3053ca hue: 0.63 , saturation: 0.62 and the lightness value of 3053ca is 0.49.

The process color (four color CMYK) of #3053ca color hex is 0.76, 0.59, 0.00, 0.21. Web safe color of #3053ca is #3366cc. Color #3053ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 11001010
Octal 60 123 312
Decimal 48 83 202
Hex 30 53 CA

RGB Percentages of Color #3053ca

%14.41
%24.92
%60.66

CMYK Percentages of Color #3053ca

%76
%59
%0
%21

Triadic Colors of #3053ca

#3053ca #ca3053 #53ca30

Analogous Colors of #3053ca

#3053ca #5a30ca #30a0ca

Monochromatic Colors of #3053ca

#3053ca

Complementary Color

#3053ca #caa730

#3053ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3053ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3053ca Color CSS Codes

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

#3053ca Text Font Color

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

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


#3053ca Background Color

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

This div background color is #3053ca


#3053ca Border Color

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

This div border color is #3053ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,83,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 #3053ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3053ca


Comments

No comments written yet.

Please login to write comment.