Color Hex Logo

#7824ff Color Hex

#7824FF
(120,36,255)
0 Favorites   0 Comments

Color spaces of #7824ff

RGB 12036255
HSL0.731.000.57
HSV263°86°100°
CMYK 0.530.860.00   0.00
XYZ26.426612.474895.6228
Yxy12.47480.19640.0927
Hunter Lab35.319771.7463-135.7951
CIE-Lab41.961076.5086-91.5944

#7824ff color RGB value is (120,36,255).

#7824ff hex color red value is 120, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7824ff hue: 0.73 , saturation: 1.00 and the lightness value of 7824ff is 0.57.

The process color (four color CMYK) of #7824ff color hex is 0.53, 0.86, 0.00, 0.00. Web safe color of #7824ff is #6633ff. Color #7824ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 11111111
Octal 170 44 377
Decimal 120 36 255
Hex 78 24 FF

RGB Percentages of Color #7824ff

%29.20
%8.76
%62.04

CMYK Percentages of Color #7824ff

%53
%86
%0
%0

Triadic Colors of #7824ff

#7824ff #ff7824 #24ff78

Analogous Colors of #7824ff

#7824ff #e624ff #243dff

Monochromatic Colors of #7824ff

#7824ff

Complementary Color

#7824ff #abff24

#7824ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7824ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7824ff Color CSS Codes

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

#7824ff Text Font Color

<p style="color:#7824ff">Text here</p>

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


#7824ff Background Color

<div style="background-color:#7824ff">
Div content here</div>

This div background color is #7824ff


#7824ff Border Color

<div style="border:3px solid #7824ff">
Div here</div>

This div border color is #7824ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,36,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7824ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7824ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7824ff;
  box-shadow:         1px 1px 3px 2px #7824ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7824ff


Comments

No comments written yet.

Please login to write comment.