Color Hex Logo

#751eca Color Hex

#751ECA
(117,30,202)
0 Favorites   0 Comments

Color spaces of #751eca

RGB 11730202
HSL0.750.740.45
HSV270°85°79°
CMYK 0.420.850.00   0.21
XYZ18.46118.974756.6364
Yxy8.97470.21960.1067
Hunter Lab29.957857.5721-91.1196
CIE-Lab35.935565.7029-71.3013

#751eca color RGB value is (117,30,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 11001010
Octal 165 36 312
Decimal 117 30 202
Hex 75 1E CA

RGB Percentages of Color #751eca

%33.52
%8.60
%57.88

CMYK Percentages of Color #751eca

%42
%85
%0
%21

Triadic Colors of #751eca

#751eca #ca751e #1eca75

Analogous Colors of #751eca

#751eca #ca1ec9 #1f1eca

Monochromatic Colors of #751eca

#751eca

Complementary Color

#751eca #73ca1e

#751eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#751eca Color CSS Codes

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

#751eca Text Font Color

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

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


#751eca Background Color

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

This div background color is #751eca


#751eca Border Color

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

This div border color is #751eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751eca


Comments

No comments written yet.

Please login to write comment.