Color Hex Logo

#301eed Color Hex

#301EED
(48,30,237)
0 Favorites   0 Comments

Color spaces of #301eed

RGB 4830237
HSL0.680.850.52
HSV245°87°93°
CMYK 0.800.870.00   0.07
XYZ16.96937.671380.7071
Yxy7.67130.16110.0728
Hunter Lab27.697160.8924-153.3782
CIE-Lab33.288769.0919-96.0203

#301eed color RGB value is (48,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11101101
Octal 60 36 355
Decimal 48 30 237
Hex 30 1E ED

RGB Percentages of Color #301eed

%15.24
%9.52
%75.24

CMYK Percentages of Color #301eed

%80
%87
%0
%7

Triadic Colors of #301eed

#301eed #ed301e #1eed30

Analogous Colors of #301eed

#301eed #981eed #1e74ed

Monochromatic Colors of #301eed

#301eed

Complementary Color

#301eed #dbed1e

#301eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#301eed Color CSS Codes

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

#301eed Text Font Color

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

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


#301eed Background Color

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

This div background color is #301eed


#301eed Border Color

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

This div border color is #301eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,30,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 #301eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301eed


Comments

No comments written yet.

Please login to write comment.