Color Hex Logo

#770dcf Color Hex

#770DCF
(119,13,207)
0 Favorites   0 Comments

Color spaces of #770dcf

RGB 11913207
HSL0.760.880.43
HSV273°94°81°
CMYK 0.430.940.00   0.19
XYZ19.01428.714859.7114
Yxy8.71480.21750.0997
Hunter Lab29.520863.3093-99.2605
CIE-Lab35.429370.7484-75.0340

#770dcf color RGB value is (119,13,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11001111
Octal 167 15 317
Decimal 119 13 207
Hex 77 D CF

RGB Percentages of Color #770dcf

%35.10
%3.83
%61.06

CMYK Percentages of Color #770dcf

%43
%94
%0
%19

Triadic Colors of #770dcf

#770dcf #cf770d #0dcf77

Analogous Colors of #770dcf

#770dcf #cf0dc6 #160dcf

Monochromatic Colors of #770dcf

#770dcf

Complementary Color

#770dcf #65cf0d

#770dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770dcf Color CSS Codes

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

#770dcf Text Font Color

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

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


#770dcf Background Color

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

This div background color is #770dcf


#770dcf Border Color

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

This div border color is #770dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,13,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 #770dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770dcf


Comments

No comments written yet.

Please login to write comment.