Color Hex Logo

#7199fd Color Hex

#7199FD
(113,153,253)
0 Favorites   0 Comments

Color spaces of #7199fd

RGB 113153253
HSL0.620.970.72
HSV223°55°99°
CMYK 0.550.400.00   0.01
XYZ35.930933.385097.4787
Yxy33.38500.21540.2002
Hunter Lab57.77989.8874-59.5808
CIE-Lab64.471414.6722-54.0145

#7199fd color RGB value is (113,153,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011001 11111101
Octal 161 231 375
Decimal 113 153 253
Hex 71 99 FD

RGB Percentages of Color #7199fd

%21.77
%29.48
%48.75

CMYK Percentages of Color #7199fd

%55
%40
%0
%1

Triadic Colors of #7199fd

#7199fd #fd7199 #99fd71

Analogous Colors of #7199fd

#7199fd #8f71fd #71dffd

Monochromatic Colors of #7199fd

#7199fd

Complementary Color

#7199fd #fdd571

#7199fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7199fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7199fd Color CSS Codes

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

#7199fd Text Font Color

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

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


#7199fd Background Color

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

This div background color is #7199fd


#7199fd Border Color

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

This div border color is #7199fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,153,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 #7199fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7199fd


Comments

No comments written yet.

Please login to write comment.