Color Hex Logo

#7241ff Color Hex

#7241FF
(114,65,255)
0 Favorites   0 Comments

Color spaces of #7241ff

RGB 11465255
HSL0.711.000.63
HSV255°75°100°
CMYK 0.550.750.00   0.00
XYZ26.879714.578096.0049
Yxy14.57800.19550.1061
Hunter Lab38.181158.8478-122.3554
CIE-Lab45.050765.0455-86.5221

#7241ff color RGB value is (114,65,255).

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

The process color (four color CMYK) of #7241ff color hex is 0.55, 0.75, 0.00, 0.00. Web safe color of #7241ff is #6633ff. Color #7241ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 11111111
Octal 162 101 377
Decimal 114 65 255
Hex 72 41 FF

RGB Percentages of Color #7241ff

%26.27
%14.98
%58.76

CMYK Percentages of Color #7241ff

%55
%75
%0
%0

Triadic Colors of #7241ff

#7241ff #ff7241 #41ff72

Analogous Colors of #7241ff

#7241ff #d141ff #416fff

Monochromatic Colors of #7241ff

#7241ff

Complementary Color

#7241ff #ceff41

#7241ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7241ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7241ff Color CSS Codes

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

#7241ff Text Font Color

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

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


#7241ff Background Color

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

This div background color is #7241ff


#7241ff Border Color

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

This div border color is #7241ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7241ff

Related Colors


Comments

No comments written yet.

Please login to write comment.