Color Hex Logo

#200efb Color Hex

#200EFB
(32,14,251)
0 Favorites   0 Comments

Color spaces of #200efb

RGB 3214251
HSL0.680.970.52
HSV245°94°98°
CMYK 0.870.940.00   0.02
XYZ18.16537.586291.7737
Yxy7.58620.15460.0645
Hunter Lab27.543169.5246-178.2746
CIE-Lab33.105876.3452-104.2569

#200efb color RGB value is (32,14,251).

#200efb hex color red value is 32, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #200efb hue: 0.68 , saturation: 0.97 and the lightness value of 200efb is 0.52.

The process color (four color CMYK) of #200efb color hex is 0.87, 0.94, 0.00, 0.02. Web safe color of #200efb is #3300ff. Color #200efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001110 11111011
Octal 40 16 373
Decimal 32 14 251
Hex 20 E FB

RGB Percentages of Color #200efb

%10.77
%4.71
%84.51

CMYK Percentages of Color #200efb

%87
%94
%0
%2

Triadic Colors of #200efb

#200efb #fb200e #0efb20

Analogous Colors of #200efb

#200efb #970efb #0e73fb

Monochromatic Colors of #200efb

#200efb

Complementary Color

#200efb #e9fb0e

#200efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#200efb Color CSS Codes

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

#200efb Text Font Color

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

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


#200efb Background Color

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

This div background color is #200efb


#200efb Border Color

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

This div border color is #200efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200efb


Comments

No comments written yet.

Please login to write comment.