Color Hex Logo

#75007b Color Hex

#75007B
(117,0,123)
0 Favorites   0 Comments

Color spaces of #75007b

RGB 1170123
HSL0.831.000.24
HSV297°100°48°
CMYK 0.051.000.00   0.52
XYZ10.91135.212019.1698
Yxy5.21200.30920.1477
Hunter Lab22.829845.3603-33.8039
CIE-Lab27.330456.2365-37.3864

#75007b color RGB value is (117,0,123).

#75007b hex color red value is 117, green value is 0 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #75007b hue: 0.83 , saturation: 1.00 and the lightness value of 75007b is 0.24.

The process color (four color CMYK) of #75007b color hex is 0.05, 1.00, 0.00, 0.52. Web safe color of #75007b is #660066. Color #75007b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 01111011
Octal 165 0 173
Decimal 117 0 123
Hex 75 0 7B

RGB Percentages of Color #75007b

%48.75
%0.00
%51.25

CMYK Percentages of Color #75007b

%5
%100
%0
%52

Triadic Colors of #75007b

#75007b #7b7500 #007b75

Analogous Colors of #75007b

#75007b #7b0043 #38007b

Monochromatic Colors of #75007b

#75007b

Complementary Color

#75007b #067b00

#75007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75007b Color CSS Codes

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

#75007b Text Font Color

<p style="color:#75007b">Text here</p>

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


#75007b Background Color

<div style="background-color:#75007b">
Div content here</div>

This div background color is #75007b


#75007b Border Color

<div style="border:3px solid #75007b">
Div here</div>

This div border color is #75007b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,0,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75007b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75007b;
  -webkit-box-shadow: 1px 1px 3px 2px #75007b;
  box-shadow:         1px 1px 3px 2px #75007b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75007b


Comments

No comments written yet.

Please login to write comment.