Color Hex Logo

#7824fd Color Hex

#7824FD
(120,36,253)
0 Favorites   0 Comments

Color spaces of #7824fd

RGB 12036253
HSL0.730.980.57
HSV263°86°99°
CMYK 0.530.860.00   0.01
XYZ26.106212.346793.9357
Yxy12.34670.19720.0933
Hunter Lab35.137971.1279-133.9062
CIE-Lab41.761976.0425-90.8046

#7824fd color RGB value is (120,36,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 11111101
Octal 170 44 375
Decimal 120 36 253
Hex 78 24 FD

RGB Percentages of Color #7824fd

%29.34
%8.80
%61.86

CMYK Percentages of Color #7824fd

%53
%86
%0
%1

Triadic Colors of #7824fd

#7824fd #fd7824 #24fd78

Analogous Colors of #7824fd

#7824fd #e524fd #243cfd

Monochromatic Colors of #7824fd

#7824fd

Complementary Color

#7824fd #a9fd24

#7824fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7824fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7824fd Color CSS Codes

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

#7824fd Text Font Color

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

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


#7824fd Background Color

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

This div background color is #7824fd


#7824fd Border Color

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

This div border color is #7824fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7824fd


Comments

No comments written yet.

Please login to write comment.