Color Hex Logo

#301efc Color Hex

#301EFC
(48,30,252)
0 Favorites   0 Comments

Color spaces of #301efc

RGB 4830252
HSL0.680.970.55
HSV245°88°99°
CMYK 0.810.880.00   0.01
XYZ19.25398.585292.7378
Yxy8.58520.15970.0712
Hunter Lab29.300566.0197-167.1459
CIE-Lab35.173173.0765-101.3519

#301efc color RGB value is (48,30,252).

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

The process color (four color CMYK) of #301efc color hex is 0.81, 0.88, 0.00, 0.01. Web safe color of #301efc is #3333ff. Color #301efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 11111100
Octal 60 36 374
Decimal 48 30 252
Hex 30 1E FC

RGB Percentages of Color #301efc

%14.55
%9.09
%76.36

CMYK Percentages of Color #301efc

%81
%88
%0
%1

Triadic Colors of #301efc

#301efc #fc301e #1efc30

Analogous Colors of #301efc

#301efc #9f1efc #1e7bfc

Monochromatic Colors of #301efc

#301efc

Complementary Color

#301efc #eafc1e

#301efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#301efc Color CSS Codes

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

#301efc Text Font Color

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

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


#301efc Background Color

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

This div background color is #301efc


#301efc Border Color

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

This div border color is #301efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301efc


Comments

No comments written yet.

Please login to write comment.