Color Hex Logo

#7d2ddf Color Hex

#7D2DDF
(125,45,223)
0 Favorites   0 Comments

Color spaces of #7d2ddf

RGB 12545223
HSL0.740.740.53
HSV267°80°87°
CMYK 0.440.800.00   0.13
XYZ22.715111.564570.8470
Yxy11.56450.21610.1100
Hunter Lab34.006659.7195-99.7160
CIE-Lab40.515466.6850-75.8670

#7d2ddf color RGB value is (125,45,223).

#7d2ddf hex color red value is 125, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7d2ddf hue: 0.74 , saturation: 0.74 and the lightness value of 7d2ddf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00101101 11011111
Octal 175 55 337
Decimal 125 45 223
Hex 7D 2D DF

RGB Percentages of Color #7d2ddf

%31.81
%11.45
%56.74

CMYK Percentages of Color #7d2ddf

%44
%80
%0
%13

Triadic Colors of #7d2ddf

#7d2ddf #df7d2d #2ddf7d

Analogous Colors of #7d2ddf

#7d2ddf #d62ddf #2d36df

Monochromatic Colors of #7d2ddf

#7d2ddf

Complementary Color

#7d2ddf #8fdf2d

#7d2ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d2ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d2ddf Color CSS Codes

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

#7d2ddf Text Font Color

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

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


#7d2ddf Background Color

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

This div background color is #7d2ddf


#7d2ddf Border Color

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

This div border color is #7d2ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,45,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 #7d2ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d2ddf


Comments

No comments written yet.

Please login to write comment.