Color Hex Logo

#7d19ec Color Hex

#7D19EC
(125,25,236)
0 Favorites   0 Comments

Color spaces of #7d19ec

RGB 12525236
HSL0.750.850.51
HSV268°89°93°
CMYK 0.470.890.00   0.07
XYZ23.945411.111480.2395
Yxy11.11140.20770.0964
Hunter Lab33.333869.8919-119.3865
CIE-Lab39.767575.4126-84.4998

#7d19ec color RGB value is (125,25,236).

#7d19ec hex color red value is 125, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7d19ec hue: 0.75 , saturation: 0.85 and the lightness value of 7d19ec is 0.51.

The process color (four color CMYK) of #7d19ec color hex is 0.47, 0.89, 0.00, 0.07. Web safe color of #7d19ec is #6600ff. Color #7d19ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011001 11101100
Octal 175 31 354
Decimal 125 25 236
Hex 7D 19 EC

RGB Percentages of Color #7d19ec

%32.38
%6.48
%61.14

CMYK Percentages of Color #7d19ec

%47
%89
%0
%7

Triadic Colors of #7d19ec

#7d19ec #ec7d19 #19ec7d

Analogous Colors of #7d19ec

#7d19ec #e719ec #191fec

Monochromatic Colors of #7d19ec

#7d19ec

Complementary Color

#7d19ec #88ec19

#7d19ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d19ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d19ec Color CSS Codes

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

#7d19ec Text Font Color

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

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


#7d19ec Background Color

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

This div background color is #7d19ec


#7d19ec Border Color

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

This div border color is #7d19ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d19ec


Comments

No comments written yet.

Please login to write comment.