Color Hex Logo

#3053ef Color Hex

#3053EF
(48,83,239)
0 Favorites   0 Comments

Color spaces of #3053ef

RGB 4883239
HSL0.640.860.56
HSV229°80°94°
CMYK 0.800.650.00   0.06
XYZ19.892213.046983.1312
Yxy13.04690.17140.1124
Hunter Lab36.120535.0923-111.1714
CIE-Lab42.833843.2658-81.3575

#3053ef color RGB value is (48,83,239).

#3053ef hex color red value is 48, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3053ef hue: 0.64 , saturation: 0.86 and the lightness value of 3053ef is 0.56.

The process color (four color CMYK) of #3053ef color hex is 0.80, 0.65, 0.00, 0.06. Web safe color of #3053ef is #3366ff. Color #3053ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 11101111
Octal 60 123 357
Decimal 48 83 239
Hex 30 53 EF

RGB Percentages of Color #3053ef

%12.97
%22.43
%64.59

CMYK Percentages of Color #3053ef

%80
%65
%0
%6

Triadic Colors of #3053ef

#3053ef #ef3053 #53ef30

Analogous Colors of #3053ef

#3053ef #6d30ef #30b3ef

Monochromatic Colors of #3053ef

#3053ef

Complementary Color

#3053ef #efcc30

#3053ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3053ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3053ef Color CSS Codes

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

#3053ef Text Font Color

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

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


#3053ef Background Color

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

This div background color is #3053ef


#3053ef Border Color

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

This div border color is #3053ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3053ef


Comments

No comments written yet.

Please login to write comment.