Color Hex Logo

#308dca Color Hex

#308DCA
(48,141,202)
0 Favorites   0 Comments

Color spaces of #308dca

RGB 48141202
HSL0.570.620.49
HSV204°76°79°
CMYK 0.760.300.00   0.21
XYZ21.404523.942459.3703
Yxy23.94240.20440.2286
Hunter Lab48.9310-7.5457-37.6877
CIE-Lab56.0301-6.2747-39.2031

#308dca color RGB value is (48,141,202).

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

The process color (four color CMYK) of #308dca color hex is 0.76, 0.30, 0.00, 0.21. Web safe color of #308dca is #3399cc. Color #308dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11001010
Octal 60 215 312
Decimal 48 141 202
Hex 30 8D CA

RGB Percentages of Color #308dca

%12.28
%36.06
%51.66

CMYK Percentages of Color #308dca

%76
%30
%0
%21

Triadic Colors of #308dca

#308dca #ca308d #8dca30

Analogous Colors of #308dca

#308dca #3040ca #30caba

Monochromatic Colors of #308dca

#308dca

Complementary Color

#308dca #ca6d30

#308dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dca Color CSS Codes

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

#308dca Text Font Color

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

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


#308dca Background Color

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

This div background color is #308dca


#308dca Border Color

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

This div border color is #308dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dca


Comments

No comments written yet.

Please login to write comment.