Color Hex Logo

#7257ff Color Hex

#7257FF
(114,87,255)
0 Favorites   0 Comments

Color spaces of #7257ff

RGB 11487255
HSL0.691.000.67
HSV250°66°100°
CMYK 0.550.660.00   0.00
XYZ28.397617.613896.5108
Yxy17.61380.19930.1236
Hunter Lab41.968847.3341-106.9642
CIE-Lab49.024353.9829-80.0074

#7257ff color RGB value is (114,87,255).

#7257ff hex color red value is 114, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7257ff hue: 0.69 , saturation: 1.00 and the lightness value of 7257ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010111 11111111
Octal 162 127 377
Decimal 114 87 255
Hex 72 57 FF

RGB Percentages of Color #7257ff

%25.00
%19.08
%55.92

CMYK Percentages of Color #7257ff

%55
%66
%0
%0

Triadic Colors of #7257ff

#7257ff #ff7257 #57ff72

Analogous Colors of #7257ff

#7257ff #c657ff #5790ff

Monochromatic Colors of #7257ff

#7257ff

Complementary Color

#7257ff #e4ff57

#7257ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7257ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7257ff Color CSS Codes

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

#7257ff Text Font Color

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

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


#7257ff Background Color

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

This div background color is #7257ff


#7257ff Border Color

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

This div border color is #7257ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7257ff

Related Colors


Comments

No comments written yet.

Please login to write comment.