Color Hex Logo

#751dee Color Hex

#751DEE
(117,29,238)
0 Favorites   0 Comments

Color spaces of #751dee

RGB 11729238
HSL0.740.860.52
HSV265°88°93°
CMYK 0.510.880.00   0.07
XYZ23.208110.833781.7568
Yxy10.83370.20040.0936
Hunter Lab32.914668.2600-124.2307
CIE-Lab39.299074.1571-86.4391

#751dee color RGB value is (117,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 11101110
Octal 165 35 356
Decimal 117 29 238
Hex 75 1D EE

RGB Percentages of Color #751dee

%30.47
%7.55
%61.98

CMYK Percentages of Color #751dee

%51
%88
%0
%7

Triadic Colors of #751dee

#751dee #ee751d #1dee75

Analogous Colors of #751dee

#751dee #de1dee #1d2eee

Monochromatic Colors of #751dee

#751dee

Complementary Color

#751dee #96ee1d

#751dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#751dee Color CSS Codes

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

#751dee Text Font Color

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

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


#751dee Background Color

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

This div background color is #751dee


#751dee Border Color

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

This div border color is #751dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751dee


Comments

No comments written yet.

Please login to write comment.