Color Hex Logo

#303abf Color Hex

#303ABF
(48,58,191)
0 Favorites   0 Comments

Color spaces of #303abf

RGB 4858191
HSL0.660.600.47
HSV236°75°75°
CMYK 0.750.700.00   0.25
XYZ12.13597.416150.0820
Yxy7.41610.17430.1065
Hunter Lab27.232531.8898-89.9746
CIE-Lab32.736041.7072-70.3570

#303abf color RGB value is (48,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 10111111
Octal 60 72 277
Decimal 48 58 191
Hex 30 3A BF

RGB Percentages of Color #303abf

%16.16
%19.53
%64.31

CMYK Percentages of Color #303abf

%75
%70
%0
%25

Triadic Colors of #303abf

#303abf #bf303a #3abf30

Analogous Colors of #303abf

#303abf #6e30bf #3082bf

Monochromatic Colors of #303abf

#303abf

Complementary Color

#303abf #bfb530

#303abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#303abf Color CSS Codes

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

#303abf Text Font Color

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

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


#303abf Background Color

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

This div background color is #303abf


#303abf Border Color

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

This div border color is #303abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303abf


Comments

No comments written yet.

Please login to write comment.