Color Hex Logo

#208bca Color Hex

#208BCA
(32,139,202)
0 Favorites   0 Comments

Color spaces of #208bca

RGB 32139202
HSL0.560.730.46
HSV202°84°79°
CMYK 0.840.310.00   0.21
XYZ20.489023.036659.2437
Yxy23.03660.19940.2242
Hunter Lab47.9965-7.7947-39.5862
CIE-Lab55.1100-6.7093-40.6732

#208bca color RGB value is (32,139,202).

#208bca hex color red value is 32, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #208bca hue: 0.56 , saturation: 0.73 and the lightness value of 208bca is 0.46.

The process color (four color CMYK) of #208bca color hex is 0.84, 0.31, 0.00, 0.21. Web safe color of #208bca is #3399cc. Color #208bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001011 11001010
Octal 40 213 312
Decimal 32 139 202
Hex 20 8B CA

RGB Percentages of Color #208bca

%8.58
%37.27
%54.16

CMYK Percentages of Color #208bca

%84
%31
%0
%21

Triadic Colors of #208bca

#208bca #ca208b #8bca20

Analogous Colors of #208bca

#208bca #2036ca #20cab4

Monochromatic Colors of #208bca

#208bca

Complementary Color

#208bca #ca5f20

#208bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#208bca Color CSS Codes

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

#208bca Text Font Color

<p style="color:#208bca">Text here</p>

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


#208bca Background Color

<div style="background-color:#208bca">
Div content here</div>

This div background color is #208bca


#208bca Border Color

<div style="border:3px solid #208bca">
Div here</div>

This div border color is #208bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,139,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #208bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #208bca;
  -webkit-box-shadow: 1px 1px 3px 2px #208bca;
  box-shadow:         1px 1px 3px 2px #208bca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,139,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 #208bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208bca


Comments

No comments written yet.

Please login to write comment.