Color Hex Logo

#750dcf Color Hex

#750DCF
(117,13,207)
0 Favorites   0 Comments

Color spaces of #750dcf

RGB 11713207
HSL0.760.880.43
HSV272°94°81°
CMYK 0.430.940.00   0.19
XYZ18.74258.574759.6987
Yxy8.57470.21540.0985
Hunter Lab29.282663.0055-100.3773
CIE-Lab35.152270.5432-75.5001

#750dcf color RGB value is (117,13,207).

#750dcf hex color red value is 117, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #750dcf hue: 0.76 , saturation: 0.88 and the lightness value of 750dcf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001101 11001111
Octal 165 15 317
Decimal 117 13 207
Hex 75 D CF

RGB Percentages of Color #750dcf

%34.72
%3.86
%61.42

CMYK Percentages of Color #750dcf

%43
%94
%0
%19

Triadic Colors of #750dcf

#750dcf #cf750d #0dcf75

Analogous Colors of #750dcf

#750dcf #cf0dc8 #140dcf

Monochromatic Colors of #750dcf

#750dcf

Complementary Color

#750dcf #67cf0d

#750dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#750dcf Color CSS Codes

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

#750dcf Text Font Color

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

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


#750dcf Background Color

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

This div background color is #750dcf


#750dcf Border Color

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

This div border color is #750dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750dcf


Comments

No comments written yet.

Please login to write comment.