Color Hex Logo

#7d9dca Color Hex

#7D9DCA
(125,157,202)
0 Favorites   0 Comments

Color spaces of #7d9dca

RGB 125157202
HSL0.600.420.64
HSV215°38°79°
CMYK 0.380.220.00   0.21
XYZ31.175132.738260.5531
Yxy32.73820.25050.2630
Hunter Lab57.2173-2.8738-22.6945
CIE-Lab63.94840.2155-26.6288

#7d9dca color RGB value is (125,157,202).

#7d9dca hex color red value is 125, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d9dca hue: 0.60 , saturation: 0.42 and the lightness value of 7d9dca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011101 11001010
Octal 175 235 312
Decimal 125 157 202
Hex 7D 9D CA

RGB Percentages of Color #7d9dca

%25.83
%32.44
%41.74

CMYK Percentages of Color #7d9dca

%38
%22
%0
%21

Triadic Colors of #7d9dca

#7d9dca #ca7d9d #9dca7d

Analogous Colors of #7d9dca

#7d9dca #847dca #7dc4ca

Monochromatic Colors of #7d9dca

#7d9dca

Complementary Color

#7d9dca #caaa7d

#7d9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9dca Color CSS Codes

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

#7d9dca Text Font Color

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

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


#7d9dca Background Color

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

This div background color is #7d9dca


#7d9dca Border Color

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

This div border color is #7d9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9dca


Comments

No comments written yet.

Please login to write comment.