Color Hex Logo

#307aca Color Hex

#307ACA
(48,122,202)
0 Favorites   0 Comments

Color spaces of #307aca

RGB 48122202
HSL0.590.620.49
HSV211°76°79°
CMYK 0.760.400.00   0.21
XYZ18.839118.811758.5152
Yxy18.81170.19590.1956
Hunter Lab43.37251.6308-49.6294
CIE-Lab50.46625.0338-48.0078

#307aca color RGB value is (48,122,202).

#307aca hex color red value is 48, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #307aca hue: 0.59 , saturation: 0.62 and the lightness value of 307aca is 0.49.

The process color (four color CMYK) of #307aca color hex is 0.76, 0.40, 0.00, 0.21. Web safe color of #307aca is #3366cc. Color #307aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 11001010
Octal 60 172 312
Decimal 48 122 202
Hex 30 7A CA

RGB Percentages of Color #307aca

%12.90
%32.80
%54.30

CMYK Percentages of Color #307aca

%76
%40
%0
%21

Triadic Colors of #307aca

#307aca #ca307a #7aca30

Analogous Colors of #307aca

#307aca #3330ca #30c7ca

Monochromatic Colors of #307aca

#307aca

Complementary Color

#307aca #ca8030

#307aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#307aca Color CSS Codes

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

#307aca Text Font Color

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

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


#307aca Background Color

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

This div background color is #307aca


#307aca Border Color

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

This div border color is #307aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307aca


Comments

No comments written yet.

Please login to write comment.