Color Hex Logo

#308afc Color Hex

#308AFC
(48,138,252)
0 Favorites   0 Comments

Color spaces of #308afc

RGB 48138252
HSL0.590.970.59
HSV214°81°99°
CMYK 0.810.450.00   0.01
XYZ27.878125.833695.6125
Yxy25.83360.18670.1730
Hunter Lab50.82688.9591-75.9543
CIE-Lab57.878813.7662-64.1431

#308afc color RGB value is (48,138,252).

#308afc hex color red value is 48, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #308afc hue: 0.59 , saturation: 0.97 and the lightness value of 308afc is 0.59.

The process color (four color CMYK) of #308afc color hex is 0.81, 0.45, 0.00, 0.01. Web safe color of #308afc is #3399ff. Color #308afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 11111100
Octal 60 212 374
Decimal 48 138 252
Hex 30 8A FC

RGB Percentages of Color #308afc

%10.96
%31.51
%57.53

CMYK Percentages of Color #308afc

%81
%45
%0
%1

Triadic Colors of #308afc

#308afc #fc308a #8afc30

Analogous Colors of #308afc

#308afc #3c30fc #30f0fc

Monochromatic Colors of #308afc

#308afc

Complementary Color

#308afc #fca230

#308afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#308afc Color CSS Codes

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

#308afc Text Font Color

<p style="color:#308afc">Text here</p>

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


#308afc Background Color

<div style="background-color:#308afc">
Div content here</div>

This div background color is #308afc


#308afc Border Color

<div style="border:3px solid #308afc">
Div here</div>

This div border color is #308afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308afc


Comments

No comments written yet.

Please login to write comment.