Color Hex Logo

#8435dd Color Hex

#8435DD
(132,53,221)
0 Favorites   0 Comments

Color spaces of #8435dd

RGB 13253221
HSL0.750.710.54
HSV268°76°87°
CMYK 0.400.760.00   0.13
XYZ23.840012.672269.5961
Yxy12.67220.22470.1194
Hunter Lab35.598057.2449-90.9966
CIE-Lab42.265164.1829-71.8242

#8435dd color RGB value is (132,53,221).

#8435dd hex color red value is 132, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8435dd hue: 0.75 , saturation: 0.71 and the lightness value of 8435dd is 0.54.

The process color (four color CMYK) of #8435dd color hex is 0.40, 0.76, 0.00, 0.13. Web safe color of #8435dd is #9933cc. Color #8435dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 11011101
Octal 204 65 335
Decimal 132 53 221
Hex 84 35 DD

RGB Percentages of Color #8435dd

%32.51
%13.05
%54.43

CMYK Percentages of Color #8435dd

%40
%76
%0
%13

Triadic Colors of #8435dd

#8435dd #dd8435 #35dd84

Analogous Colors of #8435dd

#8435dd #d835dd #353add

Monochromatic Colors of #8435dd

#8435dd

Complementary Color

#8435dd #8edd35

#8435dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8435dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8435dd Color CSS Codes

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

#8435dd Text Font Color

<p style="color:#8435dd">Text here</p>

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


#8435dd Background Color

<div style="background-color:#8435dd">
Div content here</div>

This div background color is #8435dd


#8435dd Border Color

<div style="border:3px solid #8435dd">
Div here</div>

This div border color is #8435dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,53,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8435dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8435dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8435dd;
  box-shadow:         1px 1px 3px 2px #8435dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8435dd


Comments

No comments written yet.

Please login to write comment.