Color Hex Logo

#7572ec Color Hex

#7572EC
(117,114,236)
0 Favorites   0 Comments

Color spaces of #7572ec

RGB 117114236
HSL0.670.760.69
HSV241°52°93°
CMYK 0.500.520.00   0.07
XYZ28.493821.872782.0769
Yxy21.87270.21510.1651
Hunter Lab46.768326.9076-71.3144
CIE-Lab53.891733.3798-61.5162

#7572ec color RGB value is (117,114,236).

#7572ec hex color red value is 117, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7572ec hue: 0.67 , saturation: 0.76 and the lightness value of 7572ec is 0.69.

The process color (four color CMYK) of #7572ec color hex is 0.50, 0.52, 0.00, 0.07. Web safe color of #7572ec is #6666ff. Color #7572ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 11101100
Octal 165 162 354
Decimal 117 114 236
Hex 75 72 EC

RGB Percentages of Color #7572ec

%25.05
%24.41
%50.54

CMYK Percentages of Color #7572ec

%50
%52
%0
%7

Triadic Colors of #7572ec

#7572ec #ec7572 #72ec75

Analogous Colors of #7572ec

#7572ec #b272ec #72acec

Monochromatic Colors of #7572ec

#7572ec

Complementary Color

#7572ec #e9ec72

#7572ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7572ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7572ec Color CSS Codes

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

#7572ec Text Font Color

<p style="color:#7572ec">Text here</p>

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


#7572ec Background Color

<div style="background-color:#7572ec">
Div content here</div>

This div background color is #7572ec


#7572ec Border Color

<div style="border:3px solid #7572ec">
Div here</div>

This div border color is #7572ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,114,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7572ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7572ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7572ec;
  box-shadow:         1px 1px 3px 2px #7572ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7572ec


Comments

No comments written yet.

Please login to write comment.