Color Hex Logo

#751deb Color Hex

#751DEB
(117,29,235)
0 Favorites   0 Comments

Color spaces of #751deb

RGB 11729235
HSL0.740.840.52
HSV266°88°92°
CMYK 0.500.880.00   0.08
XYZ22.770910.658879.4545
Yxy10.65880.20170.0944
Hunter Lab32.647867.3649-121.4397
CIE-Lab38.999873.4719-85.2324

#751deb color RGB value is (117,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 11101011
Octal 165 35 353
Decimal 117 29 235
Hex 75 1D EB

RGB Percentages of Color #751deb

%30.71
%7.61
%61.68

CMYK Percentages of Color #751deb

%50
%88
%0
%8

Triadic Colors of #751deb

#751deb #eb751d #1deb75

Analogous Colors of #751deb

#751deb #dc1deb #1d2ceb

Monochromatic Colors of #751deb

#751deb

Complementary Color

#751deb #93eb1d

#751deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#751deb Color CSS Codes

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

#751deb Text Font Color

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

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


#751deb Background Color

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

This div background color is #751deb


#751deb Border Color

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

This div border color is #751deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751deb


Comments

No comments written yet.

Please login to write comment.