Color Hex Logo

#301bee Color Hex

#301BEE
(48,27,238)
0 Favorites   0 Comments

Color spaces of #301bee

RGB 4827238
HSL0.680.860.52
HSV246°89°93°
CMYK 0.800.890.00   0.07
XYZ17.04357.585381.4547
Yxy7.58530.16070.0715
Hunter Lab27.541462.2639-156.0732
CIE-Lab33.103970.2985-96.8962

#301bee color RGB value is (48,27,238).

#301bee hex color red value is 48, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #301bee hue: 0.68 , saturation: 0.86 and the lightness value of 301bee is 0.52.

The process color (four color CMYK) of #301bee color hex is 0.80, 0.89, 0.00, 0.07. Web safe color of #301bee is #3333ff. Color #301bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011011 11101110
Octal 60 33 356
Decimal 48 27 238
Hex 30 1B EE

RGB Percentages of Color #301bee

%15.34
%8.63
%76.04

CMYK Percentages of Color #301bee

%80
%89
%0
%7

Triadic Colors of #301bee

#301bee #ee301b #1bee30

Analogous Colors of #301bee

#301bee #9a1bee #1b70ee

Monochromatic Colors of #301bee

#301bee

Complementary Color

#301bee #d9ee1b

#301bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#301bee Color CSS Codes

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

#301bee Text Font Color

<p style="color:#301bee">Text here</p>

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


#301bee Background Color

<div style="background-color:#301bee">
Div content here</div>

This div background color is #301bee


#301bee Border Color

<div style="border:3px solid #301bee">
Div here</div>

This div border color is #301bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,27,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301bee;
  -webkit-box-shadow: 1px 1px 3px 2px #301bee;
  box-shadow:         1px 1px 3px 2px #301bee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301bee


Comments

No comments written yet.

Please login to write comment.