Color Hex Logo

#7626df Color Hex

#7626DF
(118,38,223)
0 Favorites   0 Comments

Color spaces of #7626df

RGB 11838223
HSL0.740.740.51
HSV266°83°87°
CMYK 0.470.830.00   0.13
XYZ21.483610.565570.7191
Yxy10.56550.20900.1028
Hunter Lab32.504661.0947-106.2419
CIE-Lab38.838868.1999-78.6534

#7626df color RGB value is (118,38,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 11011111
Octal 166 46 337
Decimal 118 38 223
Hex 76 26 DF

RGB Percentages of Color #7626df

%31.13
%10.03
%58.84

CMYK Percentages of Color #7626df

%47
%83
%0
%13

Triadic Colors of #7626df

#7626df #df7626 #26df76

Analogous Colors of #7626df

#7626df #d326df #2632df

Monochromatic Colors of #7626df

#7626df

Complementary Color

#7626df #8fdf26

#7626df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7626df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7626df Color CSS Codes

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

#7626df Text Font Color

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

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


#7626df Background Color

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

This div background color is #7626df


#7626df Border Color

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

This div border color is #7626df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,38,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 #7626df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7626df


Comments

No comments written yet.

Please login to write comment.