Color Hex Logo

#7523ec Color Hex

#7523EC
(117,35,236)
0 Favorites   0 Comments

Color spaces of #7523ec

RGB 11735236
HSL0.730.840.53
HSV264°85°93°
CMYK 0.500.850.00   0.07
XYZ23.077511.040180.2715
Yxy11.04010.20170.0965
Hunter Lab33.226665.8302-119.9787
CIE-Lab39.647972.0656-84.7299

#7523ec color RGB value is (117,35,236).

#7523ec hex color red value is 117, green value is 35 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7523ec hue: 0.73 , saturation: 0.84 and the lightness value of 7523ec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 11101100
Octal 165 43 354
Decimal 117 35 236
Hex 75 23 EC

RGB Percentages of Color #7523ec

%30.15
%9.02
%60.82

CMYK Percentages of Color #7523ec

%50
%85
%0
%7

Triadic Colors of #7523ec

#7523ec #ec7523 #23ec75

Analogous Colors of #7523ec

#7523ec #da23ec #2335ec

Monochromatic Colors of #7523ec

#7523ec

Complementary Color

#7523ec #9aec23

#7523ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7523ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7523ec Color CSS Codes

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

#7523ec Text Font Color

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

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


#7523ec Background Color

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

This div background color is #7523ec


#7523ec Border Color

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

This div border color is #7523ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,35,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 #7523ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7523ec


Comments

No comments written yet.

Please login to write comment.