Color Hex Logo

#7752bf Color Hex

#7752BF
(119,82,191)
0 Favorites   0 Comments

Color spaces of #7752bf

RGB 11982191
HSL0.720.460.54
HSV260°57°75°
CMYK 0.380.570.00   0.25
XYZ20.029013.718150.8824
Yxy13.71810.23670.1621
Hunter Lab37.038031.7110-55.5255
CIE-Lab43.825939.6685-52.0545

#7752bf color RGB value is (119,82,191).

#7752bf hex color red value is 119, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7752bf hue: 0.72 , saturation: 0.46 and the lightness value of 7752bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 10111111
Octal 167 122 277
Decimal 119 82 191
Hex 77 52 BF

RGB Percentages of Color #7752bf

%30.36
%20.92
%48.72

CMYK Percentages of Color #7752bf

%38
%57
%0
%25

Triadic Colors of #7752bf

#7752bf #bf7752 #52bf77

Analogous Colors of #7752bf

#7752bf #ae52bf #5264bf

Monochromatic Colors of #7752bf

#7752bf

Complementary Color

#7752bf #9abf52

#7752bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7752bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7752bf Color CSS Codes

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

#7752bf Text Font Color

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

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


#7752bf Background Color

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

This div background color is #7752bf


#7752bf Border Color

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

This div border color is #7752bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7752bf


Comments

No comments written yet.

Please login to write comment.