Color Hex Logo

#7d39ca Color Hex

#7D39CA
(125,57,202)
0 Favorites   0 Comments

Color spaces of #7d39ca

RGB 12557202
HSL0.740.580.51
HSV268°72°79°
CMYK 0.380.720.00   0.21
XYZ20.581211.550557.0218
Yxy11.55050.23090.1296
Hunter Lab33.986048.6202-75.6866
CIE-Lab40.492656.7458-63.8083

#7d39ca color RGB value is (125,57,202).

#7d39ca hex color red value is 125, green value is 57 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d39ca hue: 0.74 , saturation: 0.58 and the lightness value of 7d39ca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111001 11001010
Octal 175 71 312
Decimal 125 57 202
Hex 7D 39 CA

RGB Percentages of Color #7d39ca

%32.55
%14.84
%52.60

CMYK Percentages of Color #7d39ca

%38
%72
%0
%21

Triadic Colors of #7d39ca

#7d39ca #ca7d39 #39ca7d

Analogous Colors of #7d39ca

#7d39ca #c639ca #393eca

Monochromatic Colors of #7d39ca

#7d39ca

Complementary Color

#7d39ca #86ca39

#7d39ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d39ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d39ca Color CSS Codes

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

#7d39ca Text Font Color

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

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


#7d39ca Background Color

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

This div background color is #7d39ca


#7d39ca Border Color

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

This div border color is #7d39ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d39ca


Comments

No comments written yet.

Please login to write comment.