Color Hex Logo

#752ece Color Hex

#752ECE
(117,46,206)
0 Favorites   0 Comments

Color spaces of #752ece

RGB 11746206
HSL0.740.630.49
HSV267°78°81°
CMYK 0.430.780.00   0.19
XYZ19.453710.192159.3345
Yxy10.19210.21860.1145
Hunter Lab31.925152.9010-87.8462
CIE-Lab38.185061.1062-69.9376

#752ece color RGB value is (117,46,206).

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

The process color (four color CMYK) of #752ece color hex is 0.43, 0.78, 0.00, 0.19. Web safe color of #752ece is #6633cc. Color #752ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101110 11001110
Octal 165 56 316
Decimal 117 46 206
Hex 75 2E CE

RGB Percentages of Color #752ece

%31.71
%12.47
%55.83

CMYK Percentages of Color #752ece

%43
%78
%0
%19

Triadic Colors of #752ece

#752ece #ce752e #2ece75

Analogous Colors of #752ece

#752ece #c52ece #2e37ce

Monochromatic Colors of #752ece

#752ece

Complementary Color

#752ece #87ce2e

#752ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#752ece Color CSS Codes

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

#752ece Text Font Color

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

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


#752ece Background Color

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

This div background color is #752ece


#752ece Border Color

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

This div border color is #752ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752ece


Comments

No comments written yet.

Please login to write comment.