Color Hex Logo

#7397ce Color Hex

#7397CE
(115,151,206)
0 Favorites   0 Comments

Color spaces of #7397ce

RGB 115151206
HSL0.600.480.63
HSV216°44°81°
CMYK 0.440.270.00   0.19
XYZ29.277430.234362.6852
Yxy30.23430.23960.2474
Hunter Lab54.9857-1.1819-29.1022
CIE-Lab61.85592.0913-32.1447

#7397ce color RGB value is (115,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010111 11001110
Octal 163 227 316
Decimal 115 151 206
Hex 73 97 CE

RGB Percentages of Color #7397ce

%24.36
%31.99
%43.64

CMYK Percentages of Color #7397ce

%44
%27
%0
%19

Triadic Colors of #7397ce

#7397ce #ce7397 #97ce73

Analogous Colors of #7397ce

#7397ce #7d73ce #73c5ce

Monochromatic Colors of #7397ce

#7397ce

Complementary Color

#7397ce #ceaa73

#7397ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7397ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7397ce Color CSS Codes

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

#7397ce Text Font Color

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

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


#7397ce Background Color

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

This div background color is #7397ce


#7397ce Border Color

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

This div border color is #7397ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7397ce


Comments

No comments written yet.

Please login to write comment.