Color Hex Logo

#771bcf Color Hex

#771BCF
(119,27,207)
0 Favorites   0 Comments

Color spaces of #771bcf

RGB 11927207
HSL0.750.770.46
HSV271°87°81°
CMYK 0.430.870.00   0.19
XYZ19.26229.210859.7941
Yxy9.21080.21820.1044
Hunter Lab30.349360.1797-95.5685
CIE-Lab36.387067.8861-73.4582

#771bcf color RGB value is (119,27,207).

#771bcf hex color red value is 119, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #771bcf hue: 0.75 , saturation: 0.77 and the lightness value of 771bcf is 0.46.

The process color (four color CMYK) of #771bcf color hex is 0.43, 0.87, 0.00, 0.19. Web safe color of #771bcf is #6633cc. Color #771bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011011 11001111
Octal 167 33 317
Decimal 119 27 207
Hex 77 1B CF

RGB Percentages of Color #771bcf

%33.71
%7.65
%58.64

CMYK Percentages of Color #771bcf

%43
%87
%0
%19

Triadic Colors of #771bcf

#771bcf #cf771b #1bcf77

Analogous Colors of #771bcf

#771bcf #cf1bcd #1d1bcf

Monochromatic Colors of #771bcf

#771bcf

Complementary Color

#771bcf #73cf1b

#771bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#771bcf Color CSS Codes

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

#771bcf Text Font Color

<p style="color:#771bcf">Text here</p>

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


#771bcf Background Color

<div style="background-color:#771bcf">
Div content here</div>

This div background color is #771bcf


#771bcf Border Color

<div style="border:3px solid #771bcf">
Div here</div>

This div border color is #771bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771bcf


Comments

No comments written yet.

Please login to write comment.