Color Hex Logo

#760cfd Color Hex

#760CFD
(118,12,253)
0 Favorites   0 Comments

Color spaces of #760cfd

RGB 11812253
HSL0.740.980.52
HSV266°95°99°
CMYK 0.530.950.00   0.01
XYZ25.332311.206393.7564
Yxy11.20630.19440.0860
Hunter Lab33.475876.4944-142.6217
CIE-Lab39.925880.7130-93.8491

#760cfd color RGB value is (118,12,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001100 11111101
Octal 166 14 375
Decimal 118 12 253
Hex 76 C FD

RGB Percentages of Color #760cfd

%30.81
%3.13
%66.06

CMYK Percentages of Color #760cfd

%53
%95
%0
%1

Triadic Colors of #760cfd

#760cfd #fd760c #0cfd76

Analogous Colors of #760cfd

#760cfd #ef0cfd #0c1afd

Monochromatic Colors of #760cfd

#760cfd

Complementary Color

#760cfd #93fd0c

#760cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760cfd Color CSS Codes

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

#760cfd Text Font Color

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

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


#760cfd Background Color

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

This div background color is #760cfd


#760cfd Border Color

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

This div border color is #760cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.