Color Hex Logo

#3048ca Color Hex

#3048CA
(48,72,202)
0 Favorites   0 Comments

Color spaces of #3048ca

RGB 4872202
HSL0.640.620.49
HSV231°76°79°
CMYK 0.760.640.00   0.21
XYZ14.19709.527456.9678
Yxy9.52740.17590.1181
Hunter Lab30.866528.0845-87.8203
CIE-Lab36.980536.9269-69.8128

#3048ca color RGB value is (48,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 11001010
Octal 60 110 312
Decimal 48 72 202
Hex 30 48 CA

RGB Percentages of Color #3048ca

%14.91
%22.36
%62.73

CMYK Percentages of Color #3048ca

%76
%64
%0
%21

Triadic Colors of #3048ca

#3048ca #ca3048 #48ca30

Analogous Colors of #3048ca

#3048ca #6530ca #3095ca

Monochromatic Colors of #3048ca

#3048ca

Complementary Color

#3048ca #cab230

#3048ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3048ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3048ca Color CSS Codes

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

#3048ca Text Font Color

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

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


#3048ca Background Color

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

This div background color is #3048ca


#3048ca Border Color

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

This div border color is #3048ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3048ca


Comments

No comments written yet.

Please login to write comment.