Color Hex Logo

#7390ca Color Hex

#7390CA
(115,144,202)
0 Favorites   0 Comments

Color spaces of #7390ca

RGB 115144202
HSL0.610.450.62
HSV220°43°79°
CMYK 0.430.290.00   0.21
XYZ27.704227.855659.7936
Yxy27.85560.24020.2415
Hunter Lab52.77841.3352-30.2258
CIE-Lab59.75814.9736-33.1629

#7390ca color RGB value is (115,144,202).

#7390ca hex color red value is 115, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7390ca hue: 0.61 , saturation: 0.45 and the lightness value of 7390ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010000 11001010
Octal 163 220 312
Decimal 115 144 202
Hex 73 90 CA

RGB Percentages of Color #7390ca

%24.95
%31.24
%43.82

CMYK Percentages of Color #7390ca

%43
%29
%0
%21

Triadic Colors of #7390ca

#7390ca #ca7390 #90ca73

Analogous Colors of #7390ca

#7390ca #8273ca #73bcca

Monochromatic Colors of #7390ca

#7390ca

Complementary Color

#7390ca #caad73

#7390ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7390ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7390ca Color CSS Codes

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

#7390ca Text Font Color

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

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


#7390ca Background Color

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

This div background color is #7390ca


#7390ca Border Color

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

This div border color is #7390ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7390ca


Comments

No comments written yet.

Please login to write comment.