Color Hex Logo

#751fca Color Hex

#751FCA
(117,31,202)
0 Favorites   0 Comments

Color spaces of #751fca

RGB 11731202
HSL0.750.730.46
HSV270°85°79°
CMYK 0.420.850.00   0.21
XYZ18.48689.026156.6450
Yxy9.02610.21970.1073
Hunter Lab30.043557.2612-90.7570
CIE-Lab36.034565.4107-71.1388

#751fca color RGB value is (117,31,202).

#751fca hex color red value is 117, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #751fca hue: 0.75 , saturation: 0.73 and the lightness value of 751fca is 0.46.

The process color (four color CMYK) of #751fca color hex is 0.42, 0.85, 0.00, 0.21. Web safe color of #751fca is #6633cc. Color #751fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011111 11001010
Octal 165 37 312
Decimal 117 31 202
Hex 75 1F CA

RGB Percentages of Color #751fca

%33.43
%8.86
%57.71

CMYK Percentages of Color #751fca

%42
%85
%0
%21

Triadic Colors of #751fca

#751fca #ca751f #1fca75

Analogous Colors of #751fca

#751fca #ca1fca #201fca

Monochromatic Colors of #751fca

#751fca

Complementary Color

#751fca #74ca1f

#751fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#751fca Color CSS Codes

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

#751fca Text Font Color

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

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


#751fca Background Color

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

This div background color is #751fca


#751fca Border Color

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

This div border color is #751fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751fca


Comments

No comments written yet.

Please login to write comment.