Color Hex Logo

#7d94cb Color Hex

#7D94CB
(125,148,203)
0 Favorites   0 Comments

Color spaces of #7d94cb

RGB 125148203
HSL0.620.430.64
HSV222°38°80°
CMYK 0.380.270.00   0.20
XYZ29.826829.851660.6898
Yxy29.85160.24780.2480
Hunter Lab54.63661.8313-27.6131
CIE-Lab61.52605.6124-30.9290

#7d94cb color RGB value is (125,148,203).

#7d94cb hex color red value is 125, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7d94cb hue: 0.62 , saturation: 0.43 and the lightness value of 7d94cb is 0.64.

The process color (four color CMYK) of #7d94cb color hex is 0.38, 0.27, 0.00, 0.20. Web safe color of #7d94cb is #6699cc. Color #7d94cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010100 11001011
Octal 175 224 313
Decimal 125 148 203
Hex 7D 94 CB

RGB Percentages of Color #7d94cb

%26.26
%31.09
%42.65

CMYK Percentages of Color #7d94cb

%38
%27
%0
%20

Triadic Colors of #7d94cb

#7d94cb #cb7d94 #94cb7d

Analogous Colors of #7d94cb

#7d94cb #8d7dcb #7dbbcb

Monochromatic Colors of #7d94cb

#7d94cb

Complementary Color

#7d94cb #cbb47d

#7d94cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d94cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d94cb Color CSS Codes

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

#7d94cb Text Font Color

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

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


#7d94cb Background Color

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

This div background color is #7d94cb


#7d94cb Border Color

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

This div border color is #7d94cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,148,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 #7d94cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d94cb


Comments

No comments written yet.

Please login to write comment.