Color Hex Logo

#751ede Color Hex

#751EDE
(117,30,222)
0 Favorites   0 Comments

Color spaces of #751ede

RGB 11730222
HSL0.740.760.49
HSV267°86°87°
CMYK 0.470.860.00   0.13
XYZ20.98529.984469.9284
Yxy9.98440.20800.0990
Hunter Lab31.598163.2503-109.0935
CIE-Lab37.814470.2416-79.7716

#751ede color RGB value is (117,30,222).

#751ede hex color red value is 117, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #751ede hue: 0.74 , saturation: 0.76 and the lightness value of 751ede is 0.49.

The process color (four color CMYK) of #751ede color hex is 0.47, 0.86, 0.00, 0.13. Web safe color of #751ede is #6633cc. Color #751ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 11011110
Octal 165 36 336
Decimal 117 30 222
Hex 75 1E DE

RGB Percentages of Color #751ede

%31.71
%8.13
%60.16

CMYK Percentages of Color #751ede

%47
%86
%0
%13

Triadic Colors of #751ede

#751ede #de751e #1ede75

Analogous Colors of #751ede

#751ede #d51ede #1e27de

Monochromatic Colors of #751ede

#751ede

Complementary Color

#751ede #87de1e

#751ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#751ede Color CSS Codes

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

#751ede Text Font Color

<p style="color:#751ede">Text here</p>

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


#751ede Background Color

<div style="background-color:#751ede">
Div content here</div>

This div background color is #751ede


#751ede Border Color

<div style="border:3px solid #751ede">
Div here</div>

This div border color is #751ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,30,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751ede;
  -webkit-box-shadow: 1px 1px 3px 2px #751ede;
  box-shadow:         1px 1px 3px 2px #751ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751ede


Comments

No comments written yet.

Please login to write comment.