Color Hex Logo

#842fda Color Hex

#842FDA
(132,47,218)
0 Favorites   0 Comments

Color spaces of #842fda

RGB 13247218
HSL0.750.700.52
HSV270°78°85°
CMYK 0.390.780.00   0.15
XYZ23.187112.000567.4239
Yxy12.00050.22600.1170
Hunter Lab34.641758.8541-91.1481
CIE-Lab41.216965.7957-71.8201

#842fda color RGB value is (132,47,218).

#842fda hex color red value is 132, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #842fda hue: 0.75 , saturation: 0.70 and the lightness value of 842fda is 0.52.

The process color (four color CMYK) of #842fda color hex is 0.39, 0.78, 0.00, 0.15. Web safe color of #842fda is #9933cc. Color #842fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11011010
Octal 204 57 332
Decimal 132 47 218
Hex 84 2F DA

RGB Percentages of Color #842fda

%33.25
%11.84
%54.91

CMYK Percentages of Color #842fda

%39
%78
%0
%15

Triadic Colors of #842fda

#842fda #da842f #2fda84

Analogous Colors of #842fda

#842fda #da2fda #2f30da

Monochromatic Colors of #842fda

#842fda

Complementary Color

#842fda #85da2f

#842fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fda Color CSS Codes

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

#842fda Text Font Color

<p style="color:#842fda">Text here</p>

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


#842fda Background Color

<div style="background-color:#842fda">
Div content here</div>

This div background color is #842fda


#842fda Border Color

<div style="border:3px solid #842fda">
Div here</div>

This div border color is #842fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,47,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842fda;
  -webkit-box-shadow: 1px 1px 3px 2px #842fda;
  box-shadow:         1px 1px 3px 2px #842fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fda


Comments

No comments written yet.

Please login to write comment.