Color Hex Logo

#7626cb Color Hex

#7626CB
(118,38,203)
0 Favorites   0 Comments

Color spaces of #7626cb

RGB 11838203
HSL0.750.680.47
HSV269°81°80°
CMYK 0.420.810.00   0.20
XYZ18.94389.549657.3447
Yxy9.54960.22070.1113
Hunter Lab30.902455.3448-88.3910
CIE-Lab37.021663.5235-70.0965

#7626cb color RGB value is (118,38,203).

#7626cb hex color red value is 118, green value is 38 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7626cb hue: 0.75 , saturation: 0.68 and the lightness value of 7626cb is 0.47.

The process color (four color CMYK) of #7626cb color hex is 0.42, 0.81, 0.00, 0.20. Web safe color of #7626cb is #6633cc. Color #7626cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 11001011
Octal 166 46 313
Decimal 118 38 203
Hex 76 26 CB

RGB Percentages of Color #7626cb

%32.87
%10.58
%56.55

CMYK Percentages of Color #7626cb

%42
%81
%0
%20

Triadic Colors of #7626cb

#7626cb #cb7626 #26cb76

Analogous Colors of #7626cb

#7626cb #c926cb #2628cb

Monochromatic Colors of #7626cb

#7626cb

Complementary Color

#7626cb #7bcb26

#7626cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7626cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7626cb Color CSS Codes

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

#7626cb Text Font Color

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

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


#7626cb Background Color

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

This div background color is #7626cb


#7626cb Border Color

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

This div border color is #7626cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7626cb


Comments

No comments written yet.

Please login to write comment.