Color Hex Logo

#303ebe Color Hex

#303EBE
(48,62,190)
0 Favorites   0 Comments

Color spaces of #303ebe

RGB 4862190
HSL0.650.600.47
HSV234°75°75°
CMYK 0.750.670.00   0.25
XYZ12.23587.791349.5742
Yxy7.79130.17580.1119
Hunter Lab27.912929.3991-85.7619
CIE-Lab33.544438.9116-68.4396

#303ebe color RGB value is (48,62,190).

#303ebe hex color red value is 48, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #303ebe hue: 0.65 , saturation: 0.60 and the lightness value of 303ebe is 0.47.

The process color (four color CMYK) of #303ebe color hex is 0.75, 0.67, 0.00, 0.25. Web safe color of #303ebe is #3333cc. Color #303ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111110 10111110
Octal 60 76 276
Decimal 48 62 190
Hex 30 3E BE

RGB Percentages of Color #303ebe

%16.00
%20.67
%63.33

CMYK Percentages of Color #303ebe

%75
%67
%0
%25

Triadic Colors of #303ebe

#303ebe #be303e #3ebe30

Analogous Colors of #303ebe

#303ebe #6930be #3085be

Monochromatic Colors of #303ebe

#303ebe

Complementary Color

#303ebe #beb030

#303ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#303ebe Color CSS Codes

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

#303ebe Text Font Color

<p style="color:#303ebe">Text here</p>

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


#303ebe Background Color

<div style="background-color:#303ebe">
Div content here</div>

This div background color is #303ebe


#303ebe Border Color

<div style="border:3px solid #303ebe">
Div here</div>

This div border color is #303ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,62,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #303ebe;
  box-shadow:         1px 1px 3px 2px #303ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303ebe


Comments

No comments written yet.

Please login to write comment.