Color Hex Logo

#7d37c2 Color Hex

#7D37C2
(125,55,194)
0 Favorites   0 Comments

Color spaces of #7d37c2

RGB 12555194
HSL0.750.560.49
HSV270°72°76°
CMYK 0.360.720.00   0.24
XYZ19.561210.987452.1287
Yxy10.98740.23660.1329
Hunter Lab33.147247.3306-70.0388
CIE-Lab39.559255.7246-60.6678

#7d37c2 color RGB value is (125,55,194).

#7d37c2 hex color red value is 125, green value is 55 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #7d37c2 hue: 0.75 , saturation: 0.56 and the lightness value of 7d37c2 is 0.49.

The process color (four color CMYK) of #7d37c2 color hex is 0.36, 0.72, 0.00, 0.24. Web safe color of #7d37c2 is #6633cc. Color #7d37c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110111 11000010
Octal 175 67 302
Decimal 125 55 194
Hex 7D 37 C2

RGB Percentages of Color #7d37c2

%33.42
%14.71
%51.87

CMYK Percentages of Color #7d37c2

%36
%72
%0
%24

Triadic Colors of #7d37c2

#7d37c2 #c27d37 #37c27d

Analogous Colors of #7d37c2

#7d37c2 #c237c2 #3837c2

Monochromatic Colors of #7d37c2

#7d37c2

Complementary Color

#7d37c2 #7cc237

#7d37c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d37c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d37c2 Color CSS Codes

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

#7d37c2 Text Font Color

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

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


#7d37c2 Background Color

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

This div background color is #7d37c2


#7d37c2 Border Color

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

This div border color is #7d37c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d37c2


Comments

No comments written yet.

Please login to write comment.