Color Hex Logo

#7747bf Color Hex

#7747BF
(119,71,191)
0 Favorites   0 Comments

Color spaces of #7747bf

RGB 11971191
HSL0.730.480.51
HSV264°63°75°
CMYK 0.380.630.00   0.25
XYZ19.265012.190050.6277
Yxy12.19000.23470.1485
Hunter Lab34.914237.3932-61.5342
CIE-Lab41.516545.7905-55.7769

#7747bf color RGB value is (119,71,191).

#7747bf hex color red value is 119, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7747bf hue: 0.73 , saturation: 0.48 and the lightness value of 7747bf is 0.51.

The process color (four color CMYK) of #7747bf color hex is 0.38, 0.63, 0.00, 0.25. Web safe color of #7747bf is #6633cc. Color #7747bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000111 10111111
Octal 167 107 277
Decimal 119 71 191
Hex 77 47 BF

RGB Percentages of Color #7747bf

%31.23
%18.64
%50.13

CMYK Percentages of Color #7747bf

%38
%63
%0
%25

Triadic Colors of #7747bf

#7747bf #bf7747 #47bf77

Analogous Colors of #7747bf

#7747bf #b347bf #4753bf

Monochromatic Colors of #7747bf

#7747bf

Complementary Color

#7747bf #8fbf47

#7747bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7747bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7747bf Color CSS Codes

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

#7747bf Text Font Color

<p style="color:#7747bf">Text here</p>

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


#7747bf Background Color

<div style="background-color:#7747bf">
Div content here</div>

This div background color is #7747bf


#7747bf Border Color

<div style="border:3px solid #7747bf">
Div here</div>

This div border color is #7747bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,71,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7747bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7747bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7747bf;
  box-shadow:         1px 1px 3px 2px #7747bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7747bf


Comments

No comments written yet.

Please login to write comment.