Color Hex Logo

#7893ca Color Hex

#7893CA
(120,147,202)
0 Favorites   0 Comments

Color spaces of #7893ca

RGB 120147202
HSL0.610.440.63
HSV220°41°79°
CMYK 0.410.270.00   0.21
XYZ28.840129.124859.9787
Yxy29.12480.24450.2469
Hunter Lab53.96740.9472-28.1170
CIE-Lab60.89164.5579-31.3773

#7893ca color RGB value is (120,147,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010011 11001010
Octal 170 223 312
Decimal 120 147 202
Hex 78 93 CA

RGB Percentages of Color #7893ca

%25.59
%31.34
%43.07

CMYK Percentages of Color #7893ca

%41
%27
%0
%21

Triadic Colors of #7893ca

#7893ca #ca7893 #93ca78

Analogous Colors of #7893ca

#7893ca #8678ca #78bcca

Monochromatic Colors of #7893ca

#7893ca

Complementary Color

#7893ca #caaf78

#7893ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7893ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7893ca Color CSS Codes

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

#7893ca Text Font Color

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

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


#7893ca Background Color

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

This div background color is #7893ca


#7893ca Border Color

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

This div border color is #7893ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7893ca


Comments

No comments written yet.

Please login to write comment.