Color Hex Logo

#2000c9 Color Hex

#2000C9
(32,0,201)
0 Favorites   0 Comments

Color spaces of #2000c9

RGB 320201
HSL0.691.000.39
HSV250°100°79°
CMYK 0.841.000.00   0.21
XYZ11.13834.524155.5445
Yxy4.52410.15640.0635
Hunter Lab21.269956.2517-139.9415
CIE-Lab25.333566.5175-88.5404

#2000c9 color RGB value is (32,0,201).

#2000c9 hex color red value is 32, green value is 0 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #2000c9 hue: 0.69 , saturation: 1.00 and the lightness value of 2000c9 is 0.39.

The process color (four color CMYK) of #2000c9 color hex is 0.84, 1.00, 0.00, 0.21. Web safe color of #2000c9 is #3300cc. Color #2000c9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000000 11001001
Octal 40 0 311
Decimal 32 0 201
Hex 20 0 C9

RGB Percentages of Color #2000c9

%13.73
%0.00
%86.27

CMYK Percentages of Color #2000c9

%84
%100
%0
%21

Triadic Colors of #2000c9

#2000c9 #c92000 #00c920

Analogous Colors of #2000c9

#2000c9 #8500c9 #0044c9

Monochromatic Colors of #2000c9

#2000c9

Complementary Color

#2000c9 #a9c900

#2000c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2000c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2000c9 Color CSS Codes

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

#2000c9 Text Font Color

<p style="color:#2000c9">Text here</p>

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


#2000c9 Background Color

<div style="background-color:#2000c9">
Div content here</div>

This div background color is #2000c9


#2000c9 Border Color

<div style="border:3px solid #2000c9">
Div here</div>

This div border color is #2000c9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,0,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2000c9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2000c9;
  -webkit-box-shadow: 1px 1px 3px 2px #2000c9;
  box-shadow:         1px 1px 3px 2px #2000c9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2000c9


Comments

No comments written yet.

Please login to write comment.