Color Hex Logo

#751cde Color Hex

#751CDE
(117,28,222)
0 Favorites   0 Comments

Color spaces of #751cde

RGB 11728222
HSL0.740.780.49
HSV268°87°87°
CMYK 0.470.870.00   0.13
XYZ20.93629.886369.9120
Yxy9.88630.20780.0981
Hunter Lab31.442563.8311-109.8209
CIE-Lab37.637670.7684-80.0630

#751cde color RGB value is (117,28,222).

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

The process color (four color CMYK) of #751cde color hex is 0.47, 0.87, 0.00, 0.13. Web safe color of #751cde is #6633cc. Color #751cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 11011110
Octal 165 34 336
Decimal 117 28 222
Hex 75 1C DE

RGB Percentages of Color #751cde

%31.88
%7.63
%60.49

CMYK Percentages of Color #751cde

%47
%87
%0
%13

Triadic Colors of #751cde

#751cde #de751c #1cde75

Analogous Colors of #751cde

#751cde #d61cde #1c24de

Monochromatic Colors of #751cde

#751cde

Complementary Color

#751cde #85de1c

#751cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#751cde Color CSS Codes

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

#751cde Text Font Color

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

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


#751cde Background Color

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

This div background color is #751cde


#751cde Border Color

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

This div border color is #751cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751cde


Comments

No comments written yet.

Please login to write comment.