Color Hex Logo

#7b7fca Color Hex

#7B7FCA
(123,127,202)
0 Favorites   0 Comments

Color spaces of #7b7fca

RGB 123127202
HSL0.660.430.64
HSV237°39°79°
CMYK 0.390.370.00   0.21
XYZ26.418423.654059.0504
Yxy23.65400.24210.2168
Hunter Lab48.635411.8481-37.9419
CIE-Lab55.739717.0839-39.4097

#7b7fca color RGB value is (123,127,202).

#7b7fca hex color red value is 123, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7b7fca hue: 0.66 , saturation: 0.43 and the lightness value of 7b7fca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111111 11001010
Octal 173 177 312
Decimal 123 127 202
Hex 7B 7F CA

RGB Percentages of Color #7b7fca

%27.21
%28.10
%44.69

CMYK Percentages of Color #7b7fca

%39
%37
%0
%21

Triadic Colors of #7b7fca

#7b7fca #ca7b7f #7fca7b

Analogous Colors of #7b7fca

#7b7fca #9f7bca #7ba7ca

Monochromatic Colors of #7b7fca

#7b7fca

Complementary Color

#7b7fca #cac67b

#7b7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7fca Color CSS Codes

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

#7b7fca Text Font Color

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

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


#7b7fca Background Color

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

This div background color is #7b7fca


#7b7fca Border Color

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

This div border color is #7b7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7fca


Comments

No comments written yet.

Please login to write comment.