Color Hex Logo

#200cee Color Hex

#200CEE
(32,12,238)
0 Favorites   0 Comments

Color spaces of #200cee

RGB 3212238
HSL0.680.900.49
HSV245°95°93°
CMYK 0.870.950.00   0.07
XYZ16.15986.743181.3387
Yxy6.74310.15500.0647
Hunter Lab25.967565.6391-167.5386
CIE-Lab31.214873.4813-100.0670

#200cee color RGB value is (32,12,238).

#200cee hex color red value is 32, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #200cee hue: 0.68 , saturation: 0.90 and the lightness value of 200cee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001100 11101110
Octal 40 14 356
Decimal 32 12 238
Hex 20 C EE

RGB Percentages of Color #200cee

%11.35
%4.26
%84.40

CMYK Percentages of Color #200cee

%87
%95
%0
%7

Triadic Colors of #200cee

#200cee #ee200c #0cee20

Analogous Colors of #200cee

#200cee #910cee #0c69ee

Monochromatic Colors of #200cee

#200cee

Complementary Color

#200cee #daee0c

#200cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#200cee Color CSS Codes

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

#200cee Text Font Color

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

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


#200cee Background Color

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

This div background color is #200cee


#200cee Border Color

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

This div border color is #200cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200cee


Comments

No comments written yet.

Please login to write comment.