Color Hex Logo

#7752eb Color Hex

#7752EB
(119,82,235)
0 Favorites   0 Comments

Color spaces of #7752eb

RGB 11982235
HSL0.710.790.62
HSV255°65°92°
CMYK 0.490.650.00   0.08
XYZ25.620415.954780.3265
Yxy15.95470.21020.1309
Hunter Lab39.943344.5924-91.2725
CIE-Lab46.915051.8022-72.2417

#7752eb color RGB value is (119,82,235).

#7752eb hex color red value is 119, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7752eb hue: 0.71 , saturation: 0.79 and the lightness value of 7752eb is 0.62.

The process color (four color CMYK) of #7752eb color hex is 0.49, 0.65, 0.00, 0.08. Web safe color of #7752eb is #6666ff. Color #7752eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 11101011
Octal 167 122 353
Decimal 119 82 235
Hex 77 52 EB

RGB Percentages of Color #7752eb

%27.29
%18.81
%53.90

CMYK Percentages of Color #7752eb

%49
%65
%0
%8

Triadic Colors of #7752eb

#7752eb #eb7752 #52eb77

Analogous Colors of #7752eb

#7752eb #c452eb #527aeb

Monochromatic Colors of #7752eb

#7752eb

Complementary Color

#7752eb #c6eb52

#7752eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7752eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7752eb Color CSS Codes

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

#7752eb Text Font Color

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

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


#7752eb Background Color

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

This div background color is #7752eb


#7752eb Border Color

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

This div border color is #7752eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7752eb


Comments

No comments written yet.

Please login to write comment.