Color Hex Logo

#7172fd Color Hex

#7172FD
(113,114,253)
0 Favorites   0 Comments

Color spaces of #7172fd

RGB 113114253
HSL0.670.970.72
HSV240°55°99°
CMYK 0.550.550.00   0.01
XYZ30.557022.637295.6874
Yxy22.63720.20520.1520
Hunter Lab47.578631.3779-85.9358
CIE-Lab54.696737.7995-69.6795

#7172fd color RGB value is (113,114,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110010 11111101
Octal 161 162 375
Decimal 113 114 253
Hex 71 72 FD

RGB Percentages of Color #7172fd

%23.54
%23.75
%52.71

CMYK Percentages of Color #7172fd

%55
%55
%0
%1

Triadic Colors of #7172fd

#7172fd #fd7172 #72fd71

Analogous Colors of #7172fd

#7172fd #b671fd #71b8fd

Monochromatic Colors of #7172fd

#7172fd

Complementary Color

#7172fd #fdfc71

#7172fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7172fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7172fd Color CSS Codes

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

#7172fd Text Font Color

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

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


#7172fd Background Color

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

This div background color is #7172fd


#7172fd Border Color

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

This div border color is #7172fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7172fd

Related Colors


Comments

No comments written yet.

Please login to write comment.