Color Hex Logo

#2c88ce Color Hex

#2C88CE
(44,136,206)
0 Favorites   0 Comments

Color spaces of #2c88ce

RGB 44136206
HSL0.570.650.49
HSV206°79°81°
CMYK 0.790.340.00   0.19
XYZ20.983422.600061.6488
Yxy22.60000.19940.2148
Hunter Lab47.5395-4.4061-43.6092
CIE-Lab54.6579-2.3683-43.6329

#2c88ce color RGB value is (44,136,206).

#2c88ce hex color red value is 44, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2c88ce hue: 0.57 , saturation: 0.65 and the lightness value of 2c88ce is 0.49.

The process color (four color CMYK) of #2c88ce color hex is 0.79, 0.34, 0.00, 0.19. Web safe color of #2c88ce is #3399cc. Color #2c88ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10001000 11001110
Octal 54 210 316
Decimal 44 136 206
Hex 2C 88 CE

RGB Percentages of Color #2c88ce

%11.40
%35.23
%53.37

CMYK Percentages of Color #2c88ce

%79
%34
%0
%19

Triadic Colors of #2c88ce

#2c88ce #ce2c88 #88ce2c

Analogous Colors of #2c88ce

#2c88ce #2c37ce #2ccec3

Monochromatic Colors of #2c88ce

#2c88ce

Complementary Color

#2c88ce #ce722c

#2c88ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c88ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c88ce Color CSS Codes

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

#2c88ce Text Font Color

<p style="color:#2c88ce">Text here</p>

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


#2c88ce Background Color

<div style="background-color:#2c88ce">
Div content here</div>

This div background color is #2c88ce


#2c88ce Border Color

<div style="border:3px solid #2c88ce">
Div here</div>

This div border color is #2c88ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,136,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c88ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c88ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2c88ce;
  box-shadow:         1px 1px 3px 2px #2c88ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,136,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c88ce


Comments

No comments written yet.

Please login to write comment.