Color Hex Logo

#843cee Color Hex

#843CEE
(132,60,238)
0 Favorites   0 Comments

Color spaces of #843cee

RGB 13260238
HSL0.730.840.58
HSV264°75°93°
CMYK 0.450.750.00   0.07
XYZ26.564214.310382.2510
Yxy14.31030.21570.1162
Hunter Lab37.829059.1454-102.4332
CIE-Lab44.674765.3771-77.5362

#843cee color RGB value is (132,60,238).

#843cee hex color red value is 132, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #843cee hue: 0.73 , saturation: 0.84 and the lightness value of 843cee is 0.58.

The process color (four color CMYK) of #843cee color hex is 0.45, 0.75, 0.00, 0.07. Web safe color of #843cee is #9933ff. Color #843cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 11101110
Octal 204 74 356
Decimal 132 60 238
Hex 84 3C EE

RGB Percentages of Color #843cee

%30.70
%13.95
%55.35

CMYK Percentages of Color #843cee

%45
%75
%0
%7

Triadic Colors of #843cee

#843cee #ee843c #3cee84

Analogous Colors of #843cee

#843cee #dd3cee #3c4dee

Monochromatic Colors of #843cee

#843cee

Complementary Color

#843cee #a6ee3c

#843cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cee Color CSS Codes

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

#843cee Text Font Color

<p style="color:#843cee">Text here</p>

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


#843cee Background Color

<div style="background-color:#843cee">
Div content here</div>

This div background color is #843cee


#843cee Border Color

<div style="border:3px solid #843cee">
Div here</div>

This div border color is #843cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,60,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843cee;
  -webkit-box-shadow: 1px 1px 3px 2px #843cee;
  box-shadow:         1px 1px 3px 2px #843cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,60,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cee


Comments

No comments written yet.

Please login to write comment.