Color Hex Logo

#751ceb Color Hex

#751CEB
(117,28,235)
0 Favorites   0 Comments

Color spaces of #751ceb

RGB 11728235
HSL0.740.840.52
HSV266°88°92°
CMYK 0.500.880.00   0.08
XYZ22.746810.610679.4464
Yxy10.61060.20160.0941
Hunter Lab32.573967.6446-121.8041
CIE-Lab38.916773.7202-85.3694

#751ceb color RGB value is (117,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 11101011
Octal 165 34 353
Decimal 117 28 235
Hex 75 1C EB

RGB Percentages of Color #751ceb

%30.79
%7.37
%61.84

CMYK Percentages of Color #751ceb

%50
%88
%0
%8

Triadic Colors of #751ceb

#751ceb #eb751c #1ceb75

Analogous Colors of #751ceb

#751ceb #dd1ceb #1c2beb

Monochromatic Colors of #751ceb

#751ceb

Complementary Color

#751ceb #92eb1c

#751ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#751ceb Color CSS Codes

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

#751ceb Text Font Color

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

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


#751ceb Background Color

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

This div background color is #751ceb


#751ceb Border Color

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

This div border color is #751ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751ceb


Comments

No comments written yet.

Please login to write comment.