Color Hex Logo

#2c48ea Color Hex

#2C48EA
(44,72,234)
0 Favorites   0 Comments

Color spaces of #2c48ea

RGB 4472234
HSL0.640.820.55
HSV231°81°92°
CMYK 0.810.690.00   0.08
XYZ18.207411.110779.0269
Yxy11.11070.16810.1025
Hunter Lab33.332739.1702-117.2348
CIE-Lab39.766347.8585-83.5872

#2c48ea color RGB value is (44,72,234).

#2c48ea hex color red value is 44, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2c48ea hue: 0.64 , saturation: 0.82 and the lightness value of 2c48ea is 0.55.

The process color (four color CMYK) of #2c48ea color hex is 0.81, 0.69, 0.00, 0.08. Web safe color of #2c48ea is #3333ff. Color #2c48ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01001000 11101010
Octal 54 110 352
Decimal 44 72 234
Hex 2C 48 EA

RGB Percentages of Color #2c48ea

%12.57
%20.57
%66.86

CMYK Percentages of Color #2c48ea

%81
%69
%0
%8

Triadic Colors of #2c48ea

#2c48ea #ea2c48 #48ea2c

Analogous Colors of #2c48ea

#2c48ea #6f2cea #2ca7ea

Monochromatic Colors of #2c48ea

#2c48ea

Complementary Color

#2c48ea #eace2c

#2c48ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c48ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c48ea Color CSS Codes

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

#2c48ea Text Font Color

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

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


#2c48ea Background Color

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

This div background color is #2c48ea


#2c48ea Border Color

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

This div border color is #2c48ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c48ea


Comments

No comments written yet.

Please login to write comment.