Color Hex Logo

#7398ca Color Hex

#7398CA
(115,152,202)
0 Favorites   0 Comments

Color spaces of #7398ca

RGB 115152202
HSL0.600.450.62
HSV214°43°79°
CMYK 0.430.250.00   0.21
XYZ28.959130.365660.2119
Yxy30.36560.24230.2540
Hunter Lab55.1050-2.6274-26.2113
CIE-Lab61.96840.3780-29.7330

#7398ca color RGB value is (115,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011000 11001010
Octal 163 230 312
Decimal 115 152 202
Hex 73 98 CA

RGB Percentages of Color #7398ca

%24.52
%32.41
%43.07

CMYK Percentages of Color #7398ca

%43
%25
%0
%21

Triadic Colors of #7398ca

#7398ca #ca7398 #98ca73

Analogous Colors of #7398ca

#7398ca #7a73ca #73c4ca

Monochromatic Colors of #7398ca

#7398ca

Complementary Color

#7398ca #caa573

#7398ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7398ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7398ca Color CSS Codes

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

#7398ca Text Font Color

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

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


#7398ca Background Color

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

This div background color is #7398ca


#7398ca Border Color

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

This div border color is #7398ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7398ca


Comments

No comments written yet.

Please login to write comment.