Color Hex Logo

#770fcf Color Hex

#770FCF
(119,15,207)
0 Favorites   0 Comments

Color spaces of #770fcf

RGB 11915207
HSL0.760.860.44
HSV273°93°81°
CMYK 0.430.930.00   0.19
XYZ19.04118.768659.7204
Yxy8.76860.21750.1002
Hunter Lab29.611862.9590-98.8463
CIE-Lab35.534970.4310-74.8601

#770fcf color RGB value is (119,15,207).

#770fcf hex color red value is 119, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #770fcf hue: 0.76 , saturation: 0.86 and the lightness value of 770fcf is 0.44.

The process color (four color CMYK) of #770fcf color hex is 0.43, 0.93, 0.00, 0.19. Web safe color of #770fcf is #6600cc. Color #770fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 11001111
Octal 167 17 317
Decimal 119 15 207
Hex 77 F CF

RGB Percentages of Color #770fcf

%34.90
%4.40
%60.70

CMYK Percentages of Color #770fcf

%43
%93
%0
%19

Triadic Colors of #770fcf

#770fcf #cf770f #0fcf77

Analogous Colors of #770fcf

#770fcf #cf0fc7 #170fcf

Monochromatic Colors of #770fcf

#770fcf

Complementary Color

#770fcf #67cf0f

#770fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770fcf Color CSS Codes

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

#770fcf Text Font Color

<p style="color:#770fcf">Text here</p>

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


#770fcf Background Color

<div style="background-color:#770fcf">
Div content here</div>

This div background color is #770fcf


#770fcf Border Color

<div style="border:3px solid #770fcf">
Div here</div>

This div border color is #770fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,15,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #770fcf;
  box-shadow:         1px 1px 3px 2px #770fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,15,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770fcf


Comments

No comments written yet.

Please login to write comment.