Color Hex Logo

#760fdd Color Hex

#760FDD
(118,15,221)
0 Favorites   0 Comments

Color spaces of #760fdd

RGB 11815221
HSL0.750.870.46
HSV270°93°87°
CMYK 0.470.930.00   0.13
XYZ20.69329.413769.1330
Yxy9.41370.20850.0949
Hunter Lab30.681866.6956-112.1167
CIE-Lab36.768973.3399-80.9175

#760fdd color RGB value is (118,15,221).

#760fdd hex color red value is 118, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #760fdd hue: 0.75 , saturation: 0.87 and the lightness value of 760fdd is 0.46.

The process color (four color CMYK) of #760fdd color hex is 0.47, 0.93, 0.00, 0.13. Web safe color of #760fdd is #6600cc. Color #760fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001111 11011101
Octal 166 17 335
Decimal 118 15 221
Hex 76 F DD

RGB Percentages of Color #760fdd

%33.33
%4.24
%62.43

CMYK Percentages of Color #760fdd

%47
%93
%0
%13

Triadic Colors of #760fdd

#760fdd #dd760f #0fdd76

Analogous Colors of #760fdd

#760fdd #dd0fdd #0f0fdd

Monochromatic Colors of #760fdd

#760fdd

Complementary Color

#760fdd #76dd0f

#760fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760fdd Color CSS Codes

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

#760fdd Text Font Color

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

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


#760fdd Background Color

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

This div background color is #760fdd


#760fdd Border Color

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

This div border color is #760fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760fdd


Comments

No comments written yet.

Please login to write comment.