Color Hex Logo

#752eca Color Hex

#752ECA
(117,46,202)
0 Favorites   0 Comments

Color spaces of #752eca

RGB 11746202
HSL0.740.630.49
HSV267°77°79°
CMYK 0.420.770.00   0.21
XYZ18.973810.000256.8073
Yxy10.00020.22120.1166
Hunter Lab31.623151.7593-84.3716
CIE-Lab37.842860.1381-68.1746

#752eca color RGB value is (117,46,202).

#752eca hex color red value is 117, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #752eca hue: 0.74 , saturation: 0.63 and the lightness value of 752eca is 0.49.

The process color (four color CMYK) of #752eca color hex is 0.42, 0.77, 0.00, 0.21. Web safe color of #752eca is #6633cc. Color #752eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101110 11001010
Octal 165 56 312
Decimal 117 46 202
Hex 75 2E CA

RGB Percentages of Color #752eca

%32.05
%12.60
%55.34

CMYK Percentages of Color #752eca

%42
%77
%0
%21

Triadic Colors of #752eca

#752eca #ca752e #2eca75

Analogous Colors of #752eca

#752eca #c32eca #2e35ca

Monochromatic Colors of #752eca

#752eca

Complementary Color

#752eca #83ca2e

#752eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#752eca Color CSS Codes

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

#752eca Text Font Color

<p style="color:#752eca">Text here</p>

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


#752eca Background Color

<div style="background-color:#752eca">
Div content here</div>

This div background color is #752eca


#752eca Border Color

<div style="border:3px solid #752eca">
Div here</div>

This div border color is #752eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,46,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752eca;
  -webkit-box-shadow: 1px 1px 3px 2px #752eca;
  box-shadow:         1px 1px 3px 2px #752eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752eca


Comments

No comments written yet.

Please login to write comment.