Color Hex Logo

#7a7cbd Color Hex

#7A7CBD
(122,124,189)
0 Favorites   0 Comments

Color spaces of #7a7cbd

RGB 122124189
HSL0.660.340.61
HSV238°35°74°
CMYK 0.350.340.00   0.26
XYZ24.419022.227051.1473
Yxy22.22700.24970.2273
Hunter Lab47.14559.9493-31.3208
CIE-Lab54.267014.9829-34.3215

#7a7cbd color RGB value is (122,124,189).

#7a7cbd hex color red value is 122, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7a7cbd hue: 0.66 , saturation: 0.34 and the lightness value of 7a7cbd is 0.61.

The process color (four color CMYK) of #7a7cbd color hex is 0.35, 0.34, 0.00, 0.26. Web safe color of #7a7cbd is #6666cc. Color #7a7cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111100 10111101
Octal 172 174 275
Decimal 122 124 189
Hex 7A 7C BD

RGB Percentages of Color #7a7cbd

%28.05
%28.51
%43.45

CMYK Percentages of Color #7a7cbd

%35
%34
%0
%26

Triadic Colors of #7a7cbd

#7a7cbd #bd7a7c #7cbd7a

Analogous Colors of #7a7cbd

#7a7cbd #9a7abd #7a9ebd

Monochromatic Colors of #7a7cbd

#7a7cbd

Complementary Color

#7a7cbd #bdbb7a

#7a7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7cbd Color CSS Codes

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

#7a7cbd Text Font Color

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

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


#7a7cbd Background Color

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

This div background color is #7a7cbd


#7a7cbd Border Color

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

This div border color is #7a7cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,124,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a7cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a7cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #7a7cbd;
  box-shadow:         1px 1px 3px 2px #7a7cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,124,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7cbd


Comments

No comments written yet.

Please login to write comment.