Color Hex Logo

#205abb Color Hex

#205ABB
(32,90,187)
0 Favorites   0 Comments

Color spaces of #205abb

RGB 3290187
HSL0.600.710.43
HSV218°83°73°
CMYK 0.830.520.00   0.27
XYZ13.221511.207348.4801
Yxy11.20730.18130.1537
Hunter Lab33.477311.9114-62.4266
CIE-Lab39.927418.0036-56.2940

#205abb color RGB value is (32,90,187).

#205abb hex color red value is 32, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #205abb hue: 0.60 , saturation: 0.71 and the lightness value of 205abb is 0.43.

The process color (four color CMYK) of #205abb color hex is 0.83, 0.52, 0.00, 0.27. Web safe color of #205abb is #3366cc. Color #205abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011010 10111011
Octal 40 132 273
Decimal 32 90 187
Hex 20 5A BB

RGB Percentages of Color #205abb

%10.36
%29.13
%60.52

CMYK Percentages of Color #205abb

%83
%52
%0
%27

Triadic Colors of #205abb

#205abb #bb205a #5abb20

Analogous Colors of #205abb

#205abb #3420bb #20a8bb

Monochromatic Colors of #205abb

#205abb

Complementary Color

#205abb #bb8120

#205abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#205abb Color CSS Codes

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

#205abb Text Font Color

<p style="color:#205abb">Text here</p>

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


#205abb Background Color

<div style="background-color:#205abb">
Div content here</div>

This div background color is #205abb


#205abb Border Color

<div style="border:3px solid #205abb">
Div here</div>

This div border color is #205abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,90,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #205abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #205abb;
  -webkit-box-shadow: 1px 1px 3px 2px #205abb;
  box-shadow:         1px 1px 3px 2px #205abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,90,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205abb


Comments

No comments written yet.

Please login to write comment.