Color Hex Logo

#7134ff Color Hex

#7134FF
(113,52,255)
0 Favorites   0 Comments

Color spaces of #7134ff

RGB 11352255
HSL0.721.000.60
HSV258°80°100°
CMYK 0.560.800.00   0.00
XYZ26.088013.186795.7780
Yxy13.18670.19320.0976
Hunter Lab36.313564.6877-130.9598
CIE-Lab43.043270.4441-89.8321

#7134ff color RGB value is (113,52,255).

#7134ff hex color red value is 113, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7134ff hue: 0.72 , saturation: 1.00 and the lightness value of 7134ff is 0.60.

The process color (four color CMYK) of #7134ff color hex is 0.56, 0.80, 0.00, 0.00. Web safe color of #7134ff is #6633ff. Color #7134ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 11111111
Octal 161 64 377
Decimal 113 52 255
Hex 71 34 FF

RGB Percentages of Color #7134ff

%26.90
%12.38
%60.71

CMYK Percentages of Color #7134ff

%56
%80
%0
%0

Triadic Colors of #7134ff

#7134ff #ff7134 #34ff71

Analogous Colors of #7134ff

#7134ff #d734ff #345dff

Monochromatic Colors of #7134ff

#7134ff

Complementary Color

#7134ff #c2ff34

#7134ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7134ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7134ff Color CSS Codes

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

#7134ff Text Font Color

<p style="color:#7134ff">Text here</p>

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


#7134ff Background Color

<div style="background-color:#7134ff">
Div content here</div>

This div background color is #7134ff


#7134ff Border Color

<div style="border:3px solid #7134ff">
Div here</div>

This div border color is #7134ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,52,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7134ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7134ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7134ff;
  box-shadow:         1px 1px 3px 2px #7134ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,52,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7134ff


Comments

No comments written yet.

Please login to write comment.