Color Hex Logo

#7626dd Color Hex

#7626DD
(118,38,221)
0 Favorites   0 Comments

Color spaces of #7626dd

RGB 11838221
HSL0.740.730.51
HSV266°83°87°
CMYK 0.470.830.00   0.13
XYZ21.215510.458269.3071
Yxy10.45820.21010.1036
Hunter Lab32.339160.5082-104.4290
CIE-Lab38.652567.7305-77.8140

#7626dd color RGB value is (118,38,221).

#7626dd hex color red value is 118, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7626dd hue: 0.74 , saturation: 0.73 and the lightness value of 7626dd is 0.51.

The process color (four color CMYK) of #7626dd color hex is 0.47, 0.83, 0.00, 0.13. Web safe color of #7626dd is #6633cc. Color #7626dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 11011101
Octal 166 46 335
Decimal 118 38 221
Hex 76 26 DD

RGB Percentages of Color #7626dd

%31.30
%10.08
%58.62

CMYK Percentages of Color #7626dd

%47
%83
%0
%13

Triadic Colors of #7626dd

#7626dd #dd7626 #26dd76

Analogous Colors of #7626dd

#7626dd #d226dd #2631dd

Monochromatic Colors of #7626dd

#7626dd

Complementary Color

#7626dd #8ddd26

#7626dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7626dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7626dd Color CSS Codes

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

#7626dd Text Font Color

<p style="color:#7626dd">Text here</p>

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


#7626dd Background Color

<div style="background-color:#7626dd">
Div content here</div>

This div background color is #7626dd


#7626dd Border Color

<div style="border:3px solid #7626dd">
Div here</div>

This div border color is #7626dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,38,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7626dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7626dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7626dd;
  box-shadow:         1px 1px 3px 2px #7626dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7626dd


Comments

No comments written yet.

Please login to write comment.