Color Hex Logo

#7552ce Color Hex

#7552CE
(117,82,206)
0 Favorites   0 Comments

Color spaces of #7552ce

RGB 11782206
HSL0.710.560.56
HSV257°60°81°
CMYK 0.430.600.00   0.19
XYZ21.494014.272760.0146
Yxy14.27270.22440.1490
Hunter Lab37.779235.4416-67.7403
CIE-Lab44.621543.3236-59.4620

#7552ce color RGB value is (117,82,206).

#7552ce hex color red value is 117, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7552ce hue: 0.71 , saturation: 0.56 and the lightness value of 7552ce is 0.56.

The process color (four color CMYK) of #7552ce color hex is 0.43, 0.60, 0.00, 0.19. Web safe color of #7552ce is #6666cc. Color #7552ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 11001110
Octal 165 122 316
Decimal 117 82 206
Hex 75 52 CE

RGB Percentages of Color #7552ce

%28.89
%20.25
%50.86

CMYK Percentages of Color #7552ce

%43
%60
%0
%19

Triadic Colors of #7552ce

#7552ce #ce7552 #52ce75

Analogous Colors of #7552ce

#7552ce #b352ce #526dce

Monochromatic Colors of #7552ce

#7552ce

Complementary Color

#7552ce #abce52

#7552ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7552ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7552ce Color CSS Codes

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

#7552ce Text Font Color

<p style="color:#7552ce">Text here</p>

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


#7552ce Background Color

<div style="background-color:#7552ce">
Div content here</div>

This div background color is #7552ce


#7552ce Border Color

<div style="border:3px solid #7552ce">
Div here</div>

This div border color is #7552ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,82,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7552ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7552ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7552ce;
  box-shadow:         1px 1px 3px 2px #7552ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7552ce


Comments

No comments written yet.

Please login to write comment.