Color Hex Logo

#751adb Color Hex

#751ADB
(117,26,219)
0 Favorites   0 Comments

Color spaces of #751adb

RGB 11726219
HSL0.750.790.48
HSV268°88°86°
CMYK 0.470.880.00   0.14
XYZ20.49179.635267.7976
Yxy9.63520.20930.0984
Hunter Lab31.040663.5170-107.7703
CIE-Lab37.179670.5903-79.0954

#751adb color RGB value is (117,26,219).

#751adb hex color red value is 117, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #751adb hue: 0.75 , saturation: 0.79 and the lightness value of 751adb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011010 11011011
Octal 165 32 333
Decimal 117 26 219
Hex 75 1A DB

RGB Percentages of Color #751adb

%32.32
%7.18
%60.50

CMYK Percentages of Color #751adb

%47
%88
%0
%14

Triadic Colors of #751adb

#751adb #db751a #1adb75

Analogous Colors of #751adb

#751adb #d61adb #1a20db

Monochromatic Colors of #751adb

#751adb

Complementary Color

#751adb #80db1a

#751adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#751adb Color CSS Codes

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

#751adb Text Font Color

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

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


#751adb Background Color

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

This div background color is #751adb


#751adb Border Color

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

This div border color is #751adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751adb


Comments

No comments written yet.

Please login to write comment.