Color Hex Logo

#308fdd Color Hex

#308FDD
(48,143,221)
0 Favorites   0 Comments

Color spaces of #308fdd

RGB 48143221
HSL0.580.720.53
HSV207°78°87°
CMYK 0.780.350.00   0.13
XYZ24.092525.493872.0576
Yxy25.49380.19810.2096
Hunter Lab50.4914-3.1868-49.2704
CIE-Lab57.5534-0.6056-47.4727

#308fdd color RGB value is (48,143,221).

#308fdd hex color red value is 48, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #308fdd hue: 0.58 , saturation: 0.72 and the lightness value of 308fdd is 0.53.

The process color (four color CMYK) of #308fdd color hex is 0.78, 0.35, 0.00, 0.13. Web safe color of #308fdd is #3399cc. Color #308fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11011101
Octal 60 217 335
Decimal 48 143 221
Hex 30 8F DD

RGB Percentages of Color #308fdd

%11.65
%34.71
%53.64

CMYK Percentages of Color #308fdd

%78
%35
%0
%13

Triadic Colors of #308fdd

#308fdd #dd308f #8fdd30

Analogous Colors of #308fdd

#308fdd #3039dd #30ddd5

Monochromatic Colors of #308fdd

#308fdd

Complementary Color

#308fdd #dd7e30

#308fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fdd Color CSS Codes

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

#308fdd Text Font Color

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

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


#308fdd Background Color

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

This div background color is #308fdd


#308fdd Border Color

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

This div border color is #308fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fdd


Comments

No comments written yet.

Please login to write comment.