Color Hex Logo

#751cee Color Hex

#751CEE
(117,28,238)
0 Favorites   0 Comments

Color spaces of #751cee

RGB 11728238
HSL0.740.860.52
HSV265°88°93°
CMYK 0.510.880.00   0.07
XYZ23.184010.785581.7488
Yxy10.78550.20030.0932
Hunter Lab32.841368.5382-124.5963
CIE-Lab39.216874.4029-86.5748

#751cee color RGB value is (117,28,238).

#751cee hex color red value is 117, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #751cee hue: 0.74 , saturation: 0.86 and the lightness value of 751cee is 0.52.

The process color (four color CMYK) of #751cee color hex is 0.51, 0.88, 0.00, 0.07. Web safe color of #751cee is #6633ff. Color #751cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 11101110
Octal 165 34 356
Decimal 117 28 238
Hex 75 1C EE

RGB Percentages of Color #751cee

%30.55
%7.31
%62.14

CMYK Percentages of Color #751cee

%51
%88
%0
%7

Triadic Colors of #751cee

#751cee #ee751c #1cee75

Analogous Colors of #751cee

#751cee #de1cee #1c2cee

Monochromatic Colors of #751cee

#751cee

Complementary Color

#751cee #95ee1c

#751cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#751cee Color CSS Codes

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

#751cee Text Font Color

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

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


#751cee Background Color

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

This div background color is #751cee


#751cee Border Color

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

This div border color is #751cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751cee


Comments

No comments written yet.

Please login to write comment.