Color Hex Logo

#751ece Color Hex

#751ECE
(117,30,206)
0 Favorites   0 Comments

Color spaces of #751ece

RGB 11730206
HSL0.750.750.46
HSV270°85°81°
CMYK 0.430.850.00   0.19
XYZ18.94109.166759.1636
Yxy9.16670.21700.1050
Hunter Lab30.276658.6855-94.6653
CIE-Lab36.303366.6054-73.0249

#751ece color RGB value is (117,30,206).

#751ece hex color red value is 117, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #751ece hue: 0.75 , saturation: 0.75 and the lightness value of 751ece is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 11001110
Octal 165 36 316
Decimal 117 30 206
Hex 75 1E CE

RGB Percentages of Color #751ece

%33.14
%8.50
%58.36

CMYK Percentages of Color #751ece

%43
%85
%0
%19

Triadic Colors of #751ece

#751ece #ce751e #1ece75

Analogous Colors of #751ece

#751ece #cd1ece #1e1fce

Monochromatic Colors of #751ece

#751ece

Complementary Color

#751ece #77ce1e

#751ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#751ece Color CSS Codes

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

#751ece Text Font Color

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

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


#751ece Background Color

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

This div background color is #751ece


#751ece Border Color

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

This div border color is #751ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751ece


Comments

No comments written yet.

Please login to write comment.