Color Hex Logo

#7c58fc Color Hex

#7C58FC
(124,88,252)
0 Favorites   0 Comments

Color spaces of #7c58fc

RGB 12488252
HSL0.700.960.67
HSV253°65°99°
CMYK 0.510.650.00   0.01
XYZ29.372618.292894.0782
Yxy18.29280.20720.1291
Hunter Lab42.770147.7383-100.4768
CIE-Lab49.849354.2092-76.9570

#7c58fc color RGB value is (124,88,252).

#7c58fc hex color red value is 124, green value is 88 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7c58fc hue: 0.70 , saturation: 0.96 and the lightness value of 7c58fc is 0.67.

The process color (four color CMYK) of #7c58fc color hex is 0.51, 0.65, 0.00, 0.01. Web safe color of #7c58fc is #6666ff. Color #7c58fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011000 11111100
Octal 174 130 374
Decimal 124 88 252
Hex 7C 58 FC

RGB Percentages of Color #7c58fc

%26.72
%18.97
%54.31

CMYK Percentages of Color #7c58fc

%51
%65
%0
%1

Triadic Colors of #7c58fc

#7c58fc #fc7c58 #58fc7c

Analogous Colors of #7c58fc

#7c58fc #ce58fc #5886fc

Monochromatic Colors of #7c58fc

#7c58fc

Complementary Color

#7c58fc #d8fc58

#7c58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c58fc Color CSS Codes

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

#7c58fc Text Font Color

<p style="color:#7c58fc">Text here</p>

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


#7c58fc Background Color

<div style="background-color:#7c58fc">
Div content here</div>

This div background color is #7c58fc


#7c58fc Border Color

<div style="border:3px solid #7c58fc">
Div here</div>

This div border color is #7c58fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,88,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c58fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c58fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7c58fc;
  box-shadow:         1px 1px 3px 2px #7c58fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,88,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c58fc


Comments

No comments written yet.

Please login to write comment.