Color Hex Logo

#200caf Color Hex

#200CAF
(32,12,175)
0 Favorites   0 Comments

Color spaces of #200caf

RGB 3212175
HSL0.690.870.37
HSV247°93°69°
CMYK 0.820.930.00   0.31
XYZ8.46503.665240.8187
Yxy3.66520.15990.0692
Hunter Lab19.144745.4221-113.0117
CIE-Lab22.532257.2013-77.7755

#200caf color RGB value is (32,12,175).

#200caf hex color red value is 32, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #200caf hue: 0.69 , saturation: 0.87 and the lightness value of 200caf is 0.37.

The process color (four color CMYK) of #200caf color hex is 0.82, 0.93, 0.00, 0.31. Web safe color of #200caf is #330099. Color #200caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001100 10101111
Octal 40 14 257
Decimal 32 12 175
Hex 20 C AF

RGB Percentages of Color #200caf

%14.61
%5.48
%79.91

CMYK Percentages of Color #200caf

%82
%93
%0
%31

Triadic Colors of #200caf

#200caf #af200c #0caf20

Analogous Colors of #200caf

#200caf #720caf #0c49af

Monochromatic Colors of #200caf

#200caf

Complementary Color

#200caf #9baf0c

#200caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#200caf Color CSS Codes

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

#200caf Text Font Color

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

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


#200caf Background Color

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

This div background color is #200caf


#200caf Border Color

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

This div border color is #200caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200caf


Comments

No comments written yet.

Please login to write comment.