Color Hex Logo

#3093ed Color Hex

#3093ED
(48,147,237)
0 Favorites   0 Comments

Color spaces of #3093ed

RGB 48147237
HSL0.580.840.56
HSV209°80°93°
CMYK 0.800.380.00   0.07
XYZ26.938727.610284.0303
Yxy27.61020.19440.1992
Hunter Lab52.5454-0.4420-58.0344
CIE-Lab59.53492.8534-53.2191

#3093ed color RGB value is (48,147,237).

#3093ed hex color red value is 48, green value is 147 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3093ed hue: 0.58 , saturation: 0.84 and the lightness value of 3093ed is 0.56.

The process color (four color CMYK) of #3093ed color hex is 0.80, 0.38, 0.00, 0.07. Web safe color of #3093ed is #3399ff. Color #3093ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010011 11101101
Octal 60 223 355
Decimal 48 147 237
Hex 30 93 ED

RGB Percentages of Color #3093ed

%11.11
%34.03
%54.86

CMYK Percentages of Color #3093ed

%80
%38
%0
%7

Triadic Colors of #3093ed

#3093ed #ed3093 #93ed30

Analogous Colors of #3093ed

#3093ed #3034ed #30ede9

Monochromatic Colors of #3093ed

#3093ed

Complementary Color

#3093ed #ed8a30

#3093ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3093ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3093ed Color CSS Codes

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

#3093ed Text Font Color

<p style="color:#3093ed">Text here</p>

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


#3093ed Background Color

<div style="background-color:#3093ed">
Div content here</div>

This div background color is #3093ed


#3093ed Border Color

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

This div border color is #3093ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,147,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3093ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3093ed;
  -webkit-box-shadow: 1px 1px 3px 2px #3093ed;
  box-shadow:         1px 1px 3px 2px #3093ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3093ed


Comments

No comments written yet.

Please login to write comment.