Color Hex Logo

#7895ca Color Hex

#7895CA
(120,149,202)
0 Favorites   0 Comments

Color spaces of #7895ca

RGB 120149202
HSL0.610.440.63
HSV219°41°79°
CMYK 0.410.260.00   0.21
XYZ29.153829.752260.0833
Yxy29.75220.24500.2500
Hunter Lab54.5456-0.0492-27.1275
CIE-Lab61.43983.4087-30.5274

#7895ca color RGB value is (120,149,202).

#7895ca hex color red value is 120, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7895ca hue: 0.61 , saturation: 0.44 and the lightness value of 7895ca is 0.63.

The process color (four color CMYK) of #7895ca color hex is 0.41, 0.26, 0.00, 0.21. Web safe color of #7895ca is #6699cc. Color #7895ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010101 11001010
Octal 170 225 312
Decimal 120 149 202
Hex 78 95 CA

RGB Percentages of Color #7895ca

%25.48
%31.63
%42.89

CMYK Percentages of Color #7895ca

%41
%26
%0
%21

Triadic Colors of #7895ca

#7895ca #ca7895 #95ca78

Analogous Colors of #7895ca

#7895ca #8478ca #78beca

Monochromatic Colors of #7895ca

#7895ca

Complementary Color

#7895ca #caad78

#7895ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7895ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7895ca Color CSS Codes

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

#7895ca Text Font Color

<p style="color:#7895ca">Text here</p>

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


#7895ca Background Color

<div style="background-color:#7895ca">
Div content here</div>

This div background color is #7895ca


#7895ca Border Color

<div style="border:3px solid #7895ca">
Div here</div>

This div border color is #7895ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,149,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7895ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7895ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7895ca;
  box-shadow:         1px 1px 3px 2px #7895ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,149,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 #7895ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7895ca


Comments

No comments written yet.

Please login to write comment.