Color Hex Logo

#200abe Color Hex

#200ABE
(32,10,190)
0 Favorites   0 Comments

Color spaces of #200abe

RGB 3210190
HSL0.690.900.39
HSV247°95°75°
CMYK 0.830.950.00   0.25
XYZ9.99854.241949.0070
Yxy4.24190.15810.0671
Hunter Lab20.595950.6121-126.6609
CIE-Lab24.455661.6535-83.5210

#200abe color RGB value is (32,10,190).

#200abe hex color red value is 32, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #200abe hue: 0.69 , saturation: 0.90 and the lightness value of 200abe is 0.39.

The process color (four color CMYK) of #200abe color hex is 0.83, 0.95, 0.00, 0.25. Web safe color of #200abe is #3300cc. Color #200abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001010 10111110
Octal 40 12 276
Decimal 32 10 190
Hex 20 A BE

RGB Percentages of Color #200abe

%13.79
%4.31
%81.90

CMYK Percentages of Color #200abe

%83
%95
%0
%25

Triadic Colors of #200abe

#200abe #be200a #0abe20

Analogous Colors of #200abe

#200abe #7a0abe #0a4ebe

Monochromatic Colors of #200abe

#200abe

Complementary Color

#200abe #a8be0a

#200abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#200abe Color CSS Codes

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

#200abe Text Font Color

<p style="color:#200abe">Text here</p>

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


#200abe Background Color

<div style="background-color:#200abe">
Div content here</div>

This div background color is #200abe


#200abe Border Color

<div style="border:3px solid #200abe">
Div here</div>

This div border color is #200abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,10,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #200abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #200abe;
  -webkit-box-shadow: 1px 1px 3px 2px #200abe;
  box-shadow:         1px 1px 3px 2px #200abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200abe


Comments

No comments written yet.

Please login to write comment.