Color Hex Logo

#8424cf Color Hex

#8424CF
(132,36,207)
0 Favorites   0 Comments

Color spaces of #8424cf

RGB 13236207
HSL0.760.700.48
HSV274°83°81°
CMYK 0.360.830.00   0.19
XYZ21.409110.672359.9631
Yxy10.67230.23260.1159
Hunter Lab32.668559.8091-85.9590
CIE-Lab39.023067.0536-69.0677

#8424cf color RGB value is (132,36,207).

#8424cf hex color red value is 132, green value is 36 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8424cf hue: 0.76 , saturation: 0.70 and the lightness value of 8424cf is 0.48.

The process color (four color CMYK) of #8424cf color hex is 0.36, 0.83, 0.00, 0.19. Web safe color of #8424cf is #9933cc. Color #8424cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100100 11001111
Octal 204 44 317
Decimal 132 36 207
Hex 84 24 CF

RGB Percentages of Color #8424cf

%35.20
%9.60
%55.20

CMYK Percentages of Color #8424cf

%36
%83
%0
%19

Triadic Colors of #8424cf

#8424cf #cf8424 #24cf84

Analogous Colors of #8424cf

#8424cf #cf24c5 #2e24cf

Monochromatic Colors of #8424cf

#8424cf

Complementary Color

#8424cf #6fcf24

#8424cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8424cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8424cf Color CSS Codes

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

#8424cf Text Font Color

<p style="color:#8424cf">Text here</p>

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


#8424cf Background Color

<div style="background-color:#8424cf">
Div content here</div>

This div background color is #8424cf


#8424cf Border Color

<div style="border:3px solid #8424cf">
Div here</div>

This div border color is #8424cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,36,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8424cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8424cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8424cf;
  box-shadow:         1px 1px 3px 2px #8424cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8424cf


Comments

No comments written yet.

Please login to write comment.