Color Hex Logo

#305beb Color Hex

#305BEB
(48,91,235)
0 Favorites   0 Comments

Color spaces of #305beb

RGB 4891235
HSL0.630.820.55
HSV226°80°92°
CMYK 0.800.610.00   0.08
XYZ19.955414.108780.2687
Yxy14.10870.17450.1234
Hunter Lab37.561529.0993-100.4091
CIE-Lab44.388436.8790-76.5545

#305beb color RGB value is (48,91,235).

#305beb hex color red value is 48, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #305beb hue: 0.63 , saturation: 0.82 and the lightness value of 305beb is 0.55.

The process color (four color CMYK) of #305beb color hex is 0.80, 0.61, 0.00, 0.08. Web safe color of #305beb is #3366ff. Color #305beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011011 11101011
Octal 60 133 353
Decimal 48 91 235
Hex 30 5B EB

RGB Percentages of Color #305beb

%12.83
%24.33
%62.83

CMYK Percentages of Color #305beb

%80
%61
%0
%8

Triadic Colors of #305beb

#305beb #eb305b #5beb30

Analogous Colors of #305beb

#305beb #6230eb #30b9eb

Monochromatic Colors of #305beb

#305beb

Complementary Color

#305beb #ebc030

#305beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#305beb Color CSS Codes

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

#305beb Text Font Color

<p style="color:#305beb">Text here</p>

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


#305beb Background Color

<div style="background-color:#305beb">
Div content here</div>

This div background color is #305beb


#305beb Border Color

<div style="border:3px solid #305beb">
Div here</div>

This div border color is #305beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,91,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305beb;
  -webkit-box-shadow: 1px 1px 3px 2px #305beb;
  box-shadow:         1px 1px 3px 2px #305beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305beb


Comments

No comments written yet.

Please login to write comment.