Color Hex Logo

#7610be Color Hex

#7610BE
(118,16,190)
0 Favorites   0 Comments

Color spaces of #7610be

RGB 11816190
HSL0.760.840.40
HSV275°92°75°
CMYK 0.380.920.00   0.25
XYZ16.95087.939849.3543
Yxy7.93980.22830.1069
Hunter Lab28.177758.0692-84.1245
CIE-Lab33.857266.5392-67.6725

#7610be color RGB value is (118,16,190).

#7610be hex color red value is 118, green value is 16 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7610be hue: 0.76 , saturation: 0.84 and the lightness value of 7610be is 0.40.

The process color (four color CMYK) of #7610be color hex is 0.38, 0.92, 0.00, 0.25. Web safe color of #7610be is #6600cc. Color #7610be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010000 10111110
Octal 166 20 276
Decimal 118 16 190
Hex 76 10 BE

RGB Percentages of Color #7610be

%36.42
%4.94
%58.64

CMYK Percentages of Color #7610be

%38
%92
%0
%25

Triadic Colors of #7610be

#7610be #be7610 #10be76

Analogous Colors of #7610be

#7610be #be10af #1f10be

Monochromatic Colors of #7610be

#7610be

Complementary Color

#7610be #58be10

#7610be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7610be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7610be Color CSS Codes

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

#7610be Text Font Color

<p style="color:#7610be">Text here</p>

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


#7610be Background Color

<div style="background-color:#7610be">
Div content here</div>

This div background color is #7610be


#7610be Border Color

<div style="border:3px solid #7610be">
Div here</div>

This div border color is #7610be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,16,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7610be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7610be;
  -webkit-box-shadow: 1px 1px 3px 2px #7610be;
  box-shadow:         1px 1px 3px 2px #7610be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7610be


Comments

No comments written yet.

Please login to write comment.