Color Hex Logo

#307cea Color Hex

#307CEA
(48,124,234)
0 Favorites   0 Comments

Color spaces of #307cea

RGB 48124234
HSL0.600.820.55
HSV215°79°92°
CMYK 0.790.470.00   0.08
XYZ23.277920.984280.6654
Yxy20.98420.18630.1680
Hunter Lab45.808510.5411-72.3393
CIE-Lab52.932215.7061-62.1210

#307cea color RGB value is (48,124,234).

#307cea hex color red value is 48, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #307cea hue: 0.60 , saturation: 0.82 and the lightness value of 307cea is 0.55.

The process color (four color CMYK) of #307cea color hex is 0.79, 0.47, 0.00, 0.08. Web safe color of #307cea is #3366ff. Color #307cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 11101010
Octal 60 174 352
Decimal 48 124 234
Hex 30 7C EA

RGB Percentages of Color #307cea

%11.82
%30.54
%57.64

CMYK Percentages of Color #307cea

%79
%47
%0
%8

Triadic Colors of #307cea

#307cea #ea307c #7cea30

Analogous Colors of #307cea

#307cea #4130ea #30d9ea

Monochromatic Colors of #307cea

#307cea

Complementary Color

#307cea #ea9e30

#307cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cea Color CSS Codes

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

#307cea Text Font Color

<p style="color:#307cea">Text here</p>

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


#307cea Background Color

<div style="background-color:#307cea">
Div content here</div>

This div background color is #307cea


#307cea Border Color

<div style="border:3px solid #307cea">
Div here</div>

This div border color is #307cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,124,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307cea;
  -webkit-box-shadow: 1px 1px 3px 2px #307cea;
  box-shadow:         1px 1px 3px 2px #307cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cea


Comments

No comments written yet.

Please login to write comment.