Color Hex Logo

#200beb Color Hex

#200BEB
(32,11,235)
0 Favorites   0 Comments

Color spaces of #200beb

RGB 3211235
HSL0.680.910.48
HSV246°95°92°
CMYK 0.860.950.00   0.08
XYZ15.71076.544679.0324
Yxy6.54460.15510.0646
Hunter Lab25.582464.8514-165.2584
CIE-Lab30.746972.9081-99.1421

#200beb color RGB value is (32,11,235).

#200beb hex color red value is 32, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #200beb hue: 0.68 , saturation: 0.91 and the lightness value of 200beb is 0.48.

The process color (four color CMYK) of #200beb color hex is 0.86, 0.95, 0.00, 0.08. Web safe color of #200beb is #3300ff. Color #200beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001011 11101011
Octal 40 13 353
Decimal 32 11 235
Hex 20 B EB

RGB Percentages of Color #200beb

%11.51
%3.96
%84.53

CMYK Percentages of Color #200beb

%86
%95
%0
%8

Triadic Colors of #200beb

#200beb #eb200b #0beb20

Analogous Colors of #200beb

#200beb #900beb #0b66eb

Monochromatic Colors of #200beb

#200beb

Complementary Color

#200beb #d6eb0b

#200beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#200beb Color CSS Codes

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

#200beb Text Font Color

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

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


#200beb Background Color

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

This div background color is #200beb


#200beb Border Color

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

This div border color is #200beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200beb


Comments

No comments written yet.

Please login to write comment.