Color Hex Logo

#2b3ace Color Hex

#2B3ACE
(43,58,206)
0 Favorites   0 Comments

Color spaces of #2b3ace

RGB 4358206
HSL0.650.650.49
HSV234°79°81°
CMYK 0.790.720.00   0.19
XYZ13.64997.995959.2165
Yxy7.99590.16880.0989
Hunter Lab28.277036.6808-104.3686
CIE-Lab33.974346.4320-77.0890

#2b3ace color RGB value is (43,58,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 00111010 11001110
Octal 53 72 316
Decimal 43 58 206
Hex 2B 3A CE

RGB Percentages of Color #2b3ace

%14.01
%18.89
%67.10

CMYK Percentages of Color #2b3ace

%79
%72
%0
%19

Triadic Colors of #2b3ace

#2b3ace #ce2b3a #3ace2b

Analogous Colors of #2b3ace

#2b3ace #6e2bce #2b8cce

Monochromatic Colors of #2b3ace

#2b3ace

Complementary Color

#2b3ace #cebf2b

#2b3ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b3ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b3ace Color CSS Codes

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

#2b3ace Text Font Color

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

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


#2b3ace Background Color

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

This div background color is #2b3ace


#2b3ace Border Color

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

This div border color is #2b3ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b3ace


Comments

No comments written yet.

Please login to write comment.