Color Hex Logo

#308ecd Color Hex

#308ECD
(48,142,205)
0 Favorites   0 Comments

Color spaces of #308ecd

RGB 48142205
HSL0.570.620.50
HSV204°77°80°
CMYK 0.770.310.00   0.20
XYZ21.911424.382261.3090
Yxy24.38220.20360.2266
Hunter Lab49.3783-7.2036-39.0507
CIE-Lab56.4684-5.7816-40.2067

#308ecd color RGB value is (48,142,205).

#308ecd hex color red value is 48, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #308ecd hue: 0.57 , saturation: 0.62 and the lightness value of 308ecd is 0.50.

The process color (four color CMYK) of #308ecd color hex is 0.77, 0.31, 0.00, 0.20. Web safe color of #308ecd is #3399cc. Color #308ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001110 11001101
Octal 60 216 315
Decimal 48 142 205
Hex 30 8E CD

RGB Percentages of Color #308ecd

%12.15
%35.95
%51.90

CMYK Percentages of Color #308ecd

%77
%31
%0
%20

Triadic Colors of #308ecd

#308ecd #cd308e #8ecd30

Analogous Colors of #308ecd

#308ecd #3040cd #30cdbe

Monochromatic Colors of #308ecd

#308ecd

Complementary Color

#308ecd #cd6f30

#308ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ecd Color CSS Codes

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

#308ecd Text Font Color

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

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


#308ecd Background Color

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

This div background color is #308ecd


#308ecd Border Color

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

This div border color is #308ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ecd


Comments

No comments written yet.

Please login to write comment.