Color Hex Logo

#542ceb Color Hex

#542CEB
(84,44,235)
0 Favorites   0 Comments

Color spaces of #542ceb

RGB 8444235
HSL0.700.830.55
HSV253°81°92°
CMYK 0.640.810.00   0.08
XYZ19.55229.684379.4360
Yxy9.68430.17990.0891
Hunter Lab31.119657.6908-129.5601
CIE-Lab37.269865.5478-88.2012

#542ceb color RGB value is (84,44,235).

#542ceb hex color red value is 84, green value is 44 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #542ceb hue: 0.70 , saturation: 0.83 and the lightness value of 542ceb is 0.55.

The process color (four color CMYK) of #542ceb color hex is 0.64, 0.81, 0.00, 0.08. Web safe color of #542ceb is #6633ff. Color #542ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101100 11101011
Octal 124 54 353
Decimal 84 44 235
Hex 54 2C EB

RGB Percentages of Color #542ceb

%23.14
%12.12
%64.74

CMYK Percentages of Color #542ceb

%64
%81
%0
%8

Triadic Colors of #542ceb

#542ceb #eb542c #2ceb54

Analogous Colors of #542ceb

#542ceb #b42ceb #2c64eb

Monochromatic Colors of #542ceb

#542ceb

Complementary Color

#542ceb #c3eb2c

#542ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#542ceb Color CSS Codes

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

#542ceb Text Font Color

<p style="color:#542ceb">Text here</p>

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


#542ceb Background Color

<div style="background-color:#542ceb">
Div content here</div>

This div background color is #542ceb


#542ceb Border Color

<div style="border:3px solid #542ceb">
Div here</div>

This div border color is #542ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,44,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #542ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #542ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #542ceb;
  box-shadow:         1px 1px 3px 2px #542ceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542ceb


Comments

No comments written yet.

Please login to write comment.