Color Hex Logo

#7752dc Color Hex

#7752DC
(119,82,220)
0 Favorites   0 Comments

Color spaces of #7752dc

RGB 11982220
HSL0.710.660.59
HSV256°63°86°
CMYK 0.460.630.00   0.14
XYZ23.543315.123869.3885
Yxy15.12380.21790.1400
Hunter Lab38.889340.0062-78.5660
CIE-Lab45.803347.6185-65.5525

#7752dc color RGB value is (119,82,220).

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

The process color (four color CMYK) of #7752dc color hex is 0.46, 0.63, 0.00, 0.14. Web safe color of #7752dc is #6666cc. Color #7752dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 11011100
Octal 167 122 334
Decimal 119 82 220
Hex 77 52 DC

RGB Percentages of Color #7752dc

%28.27
%19.48
%52.26

CMYK Percentages of Color #7752dc

%46
%63
%0
%14

Triadic Colors of #7752dc

#7752dc #dc7752 #52dc77

Analogous Colors of #7752dc

#7752dc #bc52dc #5272dc

Monochromatic Colors of #7752dc

#7752dc

Complementary Color

#7752dc #b7dc52

#7752dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7752dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7752dc Color CSS Codes

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

#7752dc Text Font Color

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

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


#7752dc Background Color

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

This div background color is #7752dc


#7752dc Border Color

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

This div border color is #7752dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7752dc


Comments

No comments written yet.

Please login to write comment.