Color Hex Logo

#7701bd Color Hex

#7701BD
(119,1,189)
0 Favorites   0 Comments

Color spaces of #7701bd

RGB 1191189
HSL0.770.990.37
HSV278°99°74°
CMYK 0.370.990.00   0.26
XYZ16.80397.617848.7288
Yxy7.61780.22970.1041
Hunter Lab27.600460.3753-85.3570
CIE-Lab33.173968.6692-68.1988

#7701bd color RGB value is (119,1,189).

#7701bd hex color red value is 119, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7701bd hue: 0.77 , saturation: 0.99 and the lightness value of 7701bd is 0.37.

The process color (four color CMYK) of #7701bd color hex is 0.37, 0.99, 0.00, 0.26. Web safe color of #7701bd is #6600cc. Color #7701bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000001 10111101
Octal 167 1 275
Decimal 119 1 189
Hex 77 1 BD

RGB Percentages of Color #7701bd

%38.51
%0.32
%61.17

CMYK Percentages of Color #7701bd

%37
%99
%0
%26

Triadic Colors of #7701bd

#7701bd #bd7701 #01bd77

Analogous Colors of #7701bd

#7701bd #bd01a5 #1901bd

Monochromatic Colors of #7701bd

#7701bd

Complementary Color

#7701bd #47bd01

#7701bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7701bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7701bd Color CSS Codes

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

#7701bd Text Font Color

<p style="color:#7701bd">Text here</p>

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


#7701bd Background Color

<div style="background-color:#7701bd">
Div content here</div>

This div background color is #7701bd


#7701bd Border Color

<div style="border:3px solid #7701bd">
Div here</div>

This div border color is #7701bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,1,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7701bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7701bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7701bd;
  box-shadow:         1px 1px 3px 2px #7701bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7701bd


Comments

No comments written yet.

Please login to write comment.