Color Hex Logo

#751dcf Color Hex

#751DCF
(117,29,207)
0 Favorites   0 Comments

Color spaces of #751dcf

RGB 11729207
HSL0.750.750.46
HSV270°86°81°
CMYK 0.430.860.00   0.19
XYZ19.03809.165659.7972
Yxy9.16560.21630.1042
Hunter Lab30.274759.2673-95.9144
CIE-Lab36.301267.1122-73.6091

#751dcf color RGB value is (117,29,207).

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

The process color (four color CMYK) of #751dcf color hex is 0.43, 0.86, 0.00, 0.19. Web safe color of #751dcf is #6633cc. Color #751dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011101 11001111
Octal 165 35 317
Decimal 117 29 207
Hex 75 1D CF

RGB Percentages of Color #751dcf

%33.14
%8.22
%58.64

CMYK Percentages of Color #751dcf

%43
%86
%0
%19

Triadic Colors of #751dcf

#751dcf #cf751d #1dcf75

Analogous Colors of #751dcf

#751dcf #ce1dcf #1d1ecf

Monochromatic Colors of #751dcf

#751dcf

Complementary Color

#751dcf #77cf1d

#751dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#751dcf Color CSS Codes

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

#751dcf Text Font Color

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

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


#751dcf Background Color

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

This div background color is #751dcf


#751dcf Border Color

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

This div border color is #751dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751dcf


Comments

No comments written yet.

Please login to write comment.