Color Hex Logo

#2b68ce Color Hex

#2B68CE
(43,104,206)
0 Favorites   0 Comments

Color spaces of #2b68ce

RGB 43104206
HSL0.600.650.49
HSV218°79°81°
CMYK 0.790.500.00   0.19
XYZ17.087214.870560.3622
Yxy14.87050.18510.1611
Hunter Lab38.562311.6105-65.8140
CIE-Lab45.456317.2959-58.3386

#2b68ce color RGB value is (43,104,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01101000 11001110
Octal 53 150 316
Decimal 43 104 206
Hex 2B 68 CE

RGB Percentages of Color #2b68ce

%12.18
%29.46
%58.36

CMYK Percentages of Color #2b68ce

%79
%50
%0
%19

Triadic Colors of #2b68ce

#2b68ce #ce2b68 #68ce2b

Analogous Colors of #2b68ce

#2b68ce #3f2bce #2bbace

Monochromatic Colors of #2b68ce

#2b68ce

Complementary Color

#2b68ce #ce912b

#2b68ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b68ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b68ce Color CSS Codes

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

#2b68ce Text Font Color

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

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


#2b68ce Background Color

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

This div background color is #2b68ce


#2b68ce Border Color

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

This div border color is #2b68ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,104,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 #2b68ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b68ce


Comments

No comments written yet.

Please login to write comment.