Color Hex Logo

#760fcb Color Hex

#760FCB
(118,15,203)
1 Favorites   0 Comments

Color spaces of #760fcb

RGB 11815203
HSL0.760.860.43
HSV273°93°80°
CMYK 0.420.930.00   0.20
XYZ18.42158.505057.1706
Yxy8.50500.21910.1011
Hunter Lab29.163361.7166-95.8153
CIE-Lab35.013269.4712-73.3956

#760fcb color RGB value is (118,15,203).

#760fcb hex color red value is 118, green value is 15 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #760fcb hue: 0.76 , saturation: 0.86 and the lightness value of 760fcb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001111 11001011
Octal 166 17 313
Decimal 118 15 203
Hex 76 F CB

RGB Percentages of Color #760fcb

%35.12
%4.46
%60.42

CMYK Percentages of Color #760fcb

%42
%93
%0
%20

Triadic Colors of #760fcb

#760fcb #cb760f #0fcb76

Analogous Colors of #760fcb

#760fcb #cb0fc2 #180fcb

Monochromatic Colors of #760fcb

#760fcb

Complementary Color

#760fcb #64cb0f

#760fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#760fcb Color CSS Codes

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

#760fcb Text Font Color

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

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


#760fcb Background Color

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

This div background color is #760fcb


#760fcb Border Color

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

This div border color is #760fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760fcb

#760fcb Color Palettes


Comments

No comments written yet.

Please login to write comment.