Color Hex Logo

#3063ea Color Hex

#3063EA
(48,99,234)
0 Favorites   0 Comments

Color spaces of #3063ea

RGB 4899234
HSL0.620.820.55
HSV224°79°92°
CMYK 0.790.580.00   0.08
XYZ20.532015.492679.7501
Yxy15.49260.17730.1338
Hunter Lab39.360624.2312-92.5773
CIE-Lab46.301631.4675-72.8660

#3063ea color RGB value is (48,99,234).

#3063ea hex color red value is 48, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3063ea hue: 0.62 , saturation: 0.82 and the lightness value of 3063ea is 0.55.

The process color (four color CMYK) of #3063ea color hex is 0.79, 0.58, 0.00, 0.08. Web safe color of #3063ea is #3366ff. Color #3063ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100011 11101010
Octal 60 143 352
Decimal 48 99 234
Hex 30 63 EA

RGB Percentages of Color #3063ea

%12.60
%25.98
%61.42

CMYK Percentages of Color #3063ea

%79
%58
%0
%8

Triadic Colors of #3063ea

#3063ea #ea3063 #63ea30

Analogous Colors of #3063ea

#3063ea #5a30ea #30c0ea

Monochromatic Colors of #3063ea

#3063ea

Complementary Color

#3063ea #eab730

#3063ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3063ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3063ea Color CSS Codes

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

#3063ea Text Font Color

<p style="color:#3063ea">Text here</p>

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


#3063ea Background Color

<div style="background-color:#3063ea">
Div content here</div>

This div background color is #3063ea


#3063ea Border Color

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

This div border color is #3063ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,99,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3063ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3063ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3063ea;
  box-shadow:         1px 1px 3px 2px #3063ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,99,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3063ea


Comments

No comments written yet.

Please login to write comment.