Color Hex Logo

#7da2ca Color Hex

#7DA2CA
(125,162,202)
0 Favorites   0 Comments

Color spaces of #7da2ca

RGB 125162202
HSL0.590.420.64
HSV211°38°79°
CMYK 0.380.200.00   0.21
XYZ32.038434.464960.8409
Yxy34.46490.25160.2706
Hunter Lab58.7068-5.3231-20.3505
CIE-Lab65.3299-2.5854-24.5069

#7da2ca color RGB value is (125,162,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100010 11001010
Octal 175 242 312
Decimal 125 162 202
Hex 7D A2 CA

RGB Percentages of Color #7da2ca

%25.56
%33.13
%41.31

CMYK Percentages of Color #7da2ca

%38
%20
%0
%21

Triadic Colors of #7da2ca

#7da2ca #ca7da2 #a2ca7d

Analogous Colors of #7da2ca

#7da2ca #7f7dca #7dc9ca

Monochromatic Colors of #7da2ca

#7da2ca

Complementary Color

#7da2ca #caa57d

#7da2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da2ca Color CSS Codes

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

#7da2ca Text Font Color

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

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


#7da2ca Background Color

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

This div background color is #7da2ca


#7da2ca Border Color

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

This div border color is #7da2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da2ca


Comments

No comments written yet.

Please login to write comment.