Color Hex Logo

#7424bf Color Hex

#7424BF
(116,36,191)
0 Favorites   0 Comments

Color spaces of #7424bf

RGB 11636191
HSL0.750.680.45
HSV271°81°75°
CMYK 0.390.810.00   0.25
XYZ17.23738.736350.0680
Yxy8.73630.22670.1149
Hunter Lab29.557252.3732-79.7433
CIE-Lab35.471561.1576-65.6261

#7424bf color RGB value is (116,36,191).

#7424bf hex color red value is 116, green value is 36 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7424bf hue: 0.75 , saturation: 0.68 and the lightness value of 7424bf is 0.45.

The process color (four color CMYK) of #7424bf color hex is 0.39, 0.81, 0.00, 0.25. Web safe color of #7424bf is #6633cc. Color #7424bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100100 10111111
Octal 164 44 277
Decimal 116 36 191
Hex 74 24 BF

RGB Percentages of Color #7424bf

%33.82
%10.50
%55.69

CMYK Percentages of Color #7424bf

%39
%81
%0
%25

Triadic Colors of #7424bf

#7424bf #bf7424 #24bf74

Analogous Colors of #7424bf

#7424bf #bf24bd #2724bf

Monochromatic Colors of #7424bf

#7424bf

Complementary Color

#7424bf #6fbf24

#7424bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7424bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7424bf Color CSS Codes

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

#7424bf Text Font Color

<p style="color:#7424bf">Text here</p>

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


#7424bf Background Color

<div style="background-color:#7424bf">
Div content here</div>

This div background color is #7424bf


#7424bf Border Color

<div style="border:3px solid #7424bf">
Div here</div>

This div border color is #7424bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,36,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7424bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7424bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7424bf;
  box-shadow:         1px 1px 3px 2px #7424bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7424bf


Comments

No comments written yet.

Please login to write comment.