Color Hex Logo

#7d37fe Color Hex

#7D37FE
(125,55,254)
0 Favorites   0 Comments

Color spaces of #7d37fe

RGB 12555254
HSL0.730.990.61
HSV261°78°100°
CMYK 0.510.780.00   0.00
XYZ27.713014.248195.0555
Yxy14.24810.20230.1040
Hunter Lab37.746764.9952-122.8844
CIE-Lab44.586770.4027-86.6879

#7d37fe color RGB value is (125,55,254).

#7d37fe hex color red value is 125, green value is 55 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7d37fe hue: 0.73 , saturation: 0.99 and the lightness value of 7d37fe is 0.61.

The process color (four color CMYK) of #7d37fe color hex is 0.51, 0.78, 0.00, 0.00. Web safe color of #7d37fe is #6633ff. Color #7d37fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110111 11111110
Octal 175 67 376
Decimal 125 55 254
Hex 7D 37 FE

RGB Percentages of Color #7d37fe

%28.80
%12.67
%58.53

CMYK Percentages of Color #7d37fe

%51
%78
%0
%0

Triadic Colors of #7d37fe

#7d37fe #fe7d37 #37fe7d

Analogous Colors of #7d37fe

#7d37fe #e137fe #3754fe

Monochromatic Colors of #7d37fe

#7d37fe

Complementary Color

#7d37fe #b8fe37

#7d37fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d37fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d37fe Color CSS Codes

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

#7d37fe Text Font Color

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

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


#7d37fe Background Color

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

This div background color is #7d37fe


#7d37fe Border Color

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

This div border color is #7d37fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,55,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d37fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d37fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7d37fe;
  box-shadow:         1px 1px 3px 2px #7d37fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,55,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d37fe

Related Colors


Comments

No comments written yet.

Please login to write comment.