Color Hex Logo

#308ffd Color Hex

#308FFD
(48,143,253)
0 Favorites   0 Comments

Color spaces of #308ffd

RGB 48143253
HSL0.590.980.59
HSV212°81°99°
CMYK 0.810.430.00   0.01
XYZ28.771027.365196.6941
Yxy27.36510.18830.1791
Hunter Lab52.31176.6282-72.9749
CIE-Lab59.310811.1034-62.3937

#308ffd color RGB value is (48,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11111101
Octal 60 217 375
Decimal 48 143 253
Hex 30 8F FD

RGB Percentages of Color #308ffd

%10.81
%32.21
%56.98

CMYK Percentages of Color #308ffd

%81
%43
%0
%1

Triadic Colors of #308ffd

#308ffd #fd308f #8ffd30

Analogous Colors of #308ffd

#308ffd #3830fd #30f6fd

Monochromatic Colors of #308ffd

#308ffd

Complementary Color

#308ffd #fd9e30

#308ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ffd Color CSS Codes

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

#308ffd Text Font Color

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

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


#308ffd Background Color

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

This div background color is #308ffd


#308ffd Border Color

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

This div border color is #308ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.