Color Hex Logo

#7625dc Color Hex

#7625DC
(118,37,220)
0 Favorites   0 Comments

Color spaces of #7625dc

RGB 11837220
HSL0.740.720.50
HSV267°83°86°
CMYK 0.460.830.00   0.14
XYZ21.051010.342068.5968
Yxy10.34200.21050.1034
Hunter Lab32.159060.5664-103.9574
CIE-Lab38.449467.8203-77.5746

#7625dc color RGB value is (118,37,220).

#7625dc hex color red value is 118, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7625dc hue: 0.74 , saturation: 0.72 and the lightness value of 7625dc is 0.50.

The process color (four color CMYK) of #7625dc color hex is 0.46, 0.83, 0.00, 0.14. Web safe color of #7625dc is #6633cc. Color #7625dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 11011100
Octal 166 45 334
Decimal 118 37 220
Hex 76 25 DC

RGB Percentages of Color #7625dc

%31.47
%9.87
%58.67

CMYK Percentages of Color #7625dc

%46
%83
%0
%14

Triadic Colors of #7625dc

#7625dc #dc7625 #25dc76

Analogous Colors of #7625dc

#7625dc #d225dc #252fdc

Monochromatic Colors of #7625dc

#7625dc

Complementary Color

#7625dc #8bdc25

#7625dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7625dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7625dc Color CSS Codes

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

#7625dc Text Font Color

<p style="color:#7625dc">Text here</p>

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


#7625dc Background Color

<div style="background-color:#7625dc">
Div content here</div>

This div background color is #7625dc


#7625dc Border Color

<div style="border:3px solid #7625dc">
Div here</div>

This div border color is #7625dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,37,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7625dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7625dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7625dc;
  box-shadow:         1px 1px 3px 2px #7625dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,37,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7625dc


Comments

No comments written yet.

Please login to write comment.