Color Hex Logo

#760afd Color Hex

#760AFD
(118,10,253)
0 Favorites   0 Comments

Color spaces of #760afd

RGB 11810253
HSL0.740.980.52
HSV267°96°99°
CMYK 0.530.960.00   0.01
XYZ25.309411.160593.7487
Yxy11.16050.19440.0857
Hunter Lab33.407376.7688-142.9963
CIE-Lab39.849580.9448-93.9755

#760afd color RGB value is (118,10,253).

#760afd hex color red value is 118, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #760afd hue: 0.74 , saturation: 0.98 and the lightness value of 760afd is 0.52.

The process color (four color CMYK) of #760afd color hex is 0.53, 0.96, 0.00, 0.01. Web safe color of #760afd is #6600ff. Color #760afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 11111101
Octal 166 12 375
Decimal 118 10 253
Hex 76 A FD

RGB Percentages of Color #760afd

%30.97
%2.62
%66.40

CMYK Percentages of Color #760afd

%53
%96
%0
%1

Triadic Colors of #760afd

#760afd #fd760a #0afd76

Analogous Colors of #760afd

#760afd #f00afd #0a17fd

Monochromatic Colors of #760afd

#760afd

Complementary Color

#760afd #91fd0a

#760afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760afd Color CSS Codes

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

#760afd Text Font Color

<p style="color:#760afd">Text here</p>

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


#760afd Background Color

<div style="background-color:#760afd">
Div content here</div>

This div background color is #760afd


#760afd Border Color

<div style="border:3px solid #760afd">
Div here</div>

This div border color is #760afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,10,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760afd;
  -webkit-box-shadow: 1px 1px 3px 2px #760afd;
  box-shadow:         1px 1px 3px 2px #760afd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760afd

Related Colors


Comments

No comments written yet.

Please login to write comment.