color codes Logo

#7d3adf color codes

#7D3ADF
(125,58,223)
0 Favorites   0 Comments

Color spaces of #7d3adf

RGB 12558223
HSL0.730.720.55
HSV264°74°87°
CMYK 0.440.740.00   0.13
XYZ23.289812.713871.0385
Yxy12.71380.21760.1188
Hunter Lab35.656454.1926-93.1643
CIE-Lab42.328861.4637-72.8965

#7d3adf color RGB value is (125,58,223).

#7d3adf hex color red value is 125, green value is 58 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7d3adf hue: 0.73 , saturation: 0.72 and the lightness value of 7d3adf is 0.55.

The process color (four color CMYK) of #7d3adf color code is 0.44, 0.74, 0.00, 0.13. Web safe color of #7d3adf is #6633cc. Color #7d3adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111010 11011111
Octal 175 72 337
Decimal 125 58 223
Hex 7D 3A DF

RGB Percentages of Color #7d3adf

%30.79
%14.29
%54.93

CMYK Percentages of Color #7d3adf

%44
%74
%0
%13

Triadic Colors of #7d3adf

#7d3adf #df7d3a #3adf7d

Analogous Colors of #7d3adf

#7d3adf #d03adf #3a4adf

Monochromatic Colors of #7d3adf

#7d3adf

Complementary Color

#7d3adf #9cdf3a

#7d3adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3adf Color CSS Codes

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

#7d3adf Text Font Color

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

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


#7d3adf Background Color

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

This div background color is #7d3adf


#7d3adf Border Color

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

This div border color is #7d3adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3adf


Comments

No comments written yet.

Please login to write comment.