Color Hex Logo

#7748bf Color Hex

#7748BF
(119,72,191)
0 Favorites   0 Comments

Color spaces of #7748bf

RGB 11972191
HSL0.730.480.52
HSV264°62°75°
CMYK 0.380.620.00   0.25
XYZ19.329112.318350.6491
Yxy12.31830.23490.1497
Hunter Lab35.097436.8842-60.9932
CIE-Lab41.717645.2491-55.4520

#7748bf color RGB value is (119,72,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001000 10111111
Octal 167 110 277
Decimal 119 72 191
Hex 77 48 BF

RGB Percentages of Color #7748bf

%31.15
%18.85
%50.00

CMYK Percentages of Color #7748bf

%38
%62
%0
%25

Triadic Colors of #7748bf

#7748bf #bf7748 #48bf77

Analogous Colors of #7748bf

#7748bf #b348bf #4855bf

Monochromatic Colors of #7748bf

#7748bf

Complementary Color

#7748bf #90bf48

#7748bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7748bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7748bf Color CSS Codes

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

#7748bf Text Font Color

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

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


#7748bf Background Color

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

This div background color is #7748bf


#7748bf Border Color

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

This div border color is #7748bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7748bf


Comments

No comments written yet.

Please login to write comment.