Color Hex Logo

#7da3dc Color Hex

#7DA3DC
(125,163,220)
0 Favorites   0 Comments

Color spaces of #7da3dc

RGB 125163220
HSL0.600.580.68
HSV216°43°86°
CMYK 0.430.260.00   0.14
XYZ34.472935.721772.7882
Yxy35.72170.24110.2498
Hunter Lab59.7676-1.6378-30.3692
CIE-Lab66.30671.8037-32.9679

#7da3dc color RGB value is (125,163,220).

#7da3dc hex color red value is 125, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7da3dc hue: 0.60 , saturation: 0.58 and the lightness value of 7da3dc is 0.68.

The process color (four color CMYK) of #7da3dc color hex is 0.43, 0.26, 0.00, 0.14. Web safe color of #7da3dc is #6699cc. Color #7da3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100011 11011100
Octal 175 243 334
Decimal 125 163 220
Hex 7D A3 DC

RGB Percentages of Color #7da3dc

%24.61
%32.09
%43.31

CMYK Percentages of Color #7da3dc

%43
%26
%0
%14

Triadic Colors of #7da3dc

#7da3dc #dc7da3 #a3dc7d

Analogous Colors of #7da3dc

#7da3dc #877ddc #7dd3dc

Monochromatic Colors of #7da3dc

#7da3dc

Complementary Color

#7da3dc #dcb67d

#7da3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da3dc Color CSS Codes

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

#7da3dc Text Font Color

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

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


#7da3dc Background Color

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

This div background color is #7da3dc


#7da3dc Border Color

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

This div border color is #7da3dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,163,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da3dc


Comments

No comments written yet.

Please login to write comment.