Color Hex Logo

#7f75cb Color Hex

#7F75CB
(127,117,203)
0 Favorites   0 Comments

Color spaces of #7f75cb

RGB 127117203
HSL0.690.450.63
HSV247°42°80°
CMYK 0.370.420.00   0.20
XYZ25.893221.546459.2941
Yxy21.54640.24260.2019
Hunter Lab46.418118.3402-43.2439
CIE-Lab53.542424.3783-43.4223

#7f75cb color RGB value is (127,117,203).

#7f75cb hex color red value is 127, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7f75cb hue: 0.69 , saturation: 0.45 and the lightness value of 7f75cb is 0.63.

The process color (four color CMYK) of #7f75cb color hex is 0.37, 0.42, 0.00, 0.20. Web safe color of #7f75cb is #6666cc. Color #7f75cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110101 11001011
Octal 177 165 313
Decimal 127 117 203
Hex 7F 75 CB

RGB Percentages of Color #7f75cb

%28.41
%26.17
%45.41

CMYK Percentages of Color #7f75cb

%37
%42
%0
%20

Triadic Colors of #7f75cb

#7f75cb #cb7f75 #75cb7f

Analogous Colors of #7f75cb

#7f75cb #aa75cb #7596cb

Monochromatic Colors of #7f75cb

#7f75cb

Complementary Color

#7f75cb #c1cb75

#7f75cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f75cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f75cb Color CSS Codes

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

#7f75cb Text Font Color

<p style="color:#7f75cb">Text here</p>

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


#7f75cb Background Color

<div style="background-color:#7f75cb">
Div content here</div>

This div background color is #7f75cb


#7f75cb Border Color

<div style="border:3px solid #7f75cb">
Div here</div>

This div border color is #7f75cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,117,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f75cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f75cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f75cb;
  box-shadow:         1px 1px 3px 2px #7f75cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f75cb


Comments

No comments written yet.

Please login to write comment.