Color Hex Logo

#7297fd Color Hex

#7297FD
(114,151,253)
0 Favorites   0 Comments

Color spaces of #7297fd

RGB 114151253
HSL0.620.970.72
HSV224°55°99°
CMYK 0.550.400.00   0.01
XYZ35.735732.802597.3765
Yxy32.80250.21540.1977
Hunter Lab57.273511.1463-60.7136
CIE-Lab64.000716.0455-54.7588

#7297fd color RGB value is (114,151,253).

#7297fd hex color red value is 114, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7297fd hue: 0.62 , saturation: 0.97 and the lightness value of 7297fd is 0.72.

The process color (four color CMYK) of #7297fd color hex is 0.55, 0.40, 0.00, 0.01. Web safe color of #7297fd is #6699ff. Color #7297fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010111 11111101
Octal 162 227 375
Decimal 114 151 253
Hex 72 97 FD

RGB Percentages of Color #7297fd

%22.01
%29.15
%48.84

CMYK Percentages of Color #7297fd

%55
%40
%0
%1

Triadic Colors of #7297fd

#7297fd #fd7297 #97fd72

Analogous Colors of #7297fd

#7297fd #9372fd #72ddfd

Monochromatic Colors of #7297fd

#7297fd

Complementary Color

#7297fd #fdd872

#7297fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7297fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7297fd Color CSS Codes

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

#7297fd Text Font Color

<p style="color:#7297fd">Text here</p>

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


#7297fd Background Color

<div style="background-color:#7297fd">
Div content here</div>

This div background color is #7297fd


#7297fd Border Color

<div style="border:3px solid #7297fd">
Div here</div>

This div border color is #7297fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,151,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7297fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7297fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7297fd;
  box-shadow:         1px 1px 3px 2px #7297fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,151,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7297fd

Related Colors


Comments

No comments written yet.

Please login to write comment.