Color Hex Logo

#7398ce Color Hex

#7398CE
(115,152,206)
0 Favorites   0 Comments

Color spaces of #7398ce

RGB 115152206
HSL0.600.480.63
HSV216°44°81°
CMYK 0.440.260.00   0.19
XYZ29.439030.557562.7391
Yxy30.55750.23990.2490
Hunter Lab55.2788-1.6770-28.5964
CIE-Lab62.13231.5199-31.7157

#7398ce color RGB value is (115,152,206).

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

The process color (four color CMYK) of #7398ce color hex is 0.44, 0.26, 0.00, 0.19. Web safe color of #7398ce is #6699cc. Color #7398ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011000 11001110
Octal 163 230 316
Decimal 115 152 206
Hex 73 98 CE

RGB Percentages of Color #7398ce

%24.31
%32.14
%43.55

CMYK Percentages of Color #7398ce

%44
%26
%0
%19

Triadic Colors of #7398ce

#7398ce #ce7398 #98ce73

Analogous Colors of #7398ce

#7398ce #7c73ce #73c6ce

Monochromatic Colors of #7398ce

#7398ce

Complementary Color

#7398ce #cea973

#7398ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7398ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7398ce Color CSS Codes

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

#7398ce Text Font Color

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

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


#7398ce Background Color

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

This div background color is #7398ce


#7398ce Border Color

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

This div border color is #7398ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,152,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7398ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7398ce


Comments

No comments written yet.

Please login to write comment.