Color Hex Logo

#7263ff Color Hex

#7263FF
(114,99,255)
0 Favorites   0 Comments

Color spaces of #7263ff

RGB 11499255
HSL0.681.000.69
HSV246°61°100°
CMYK 0.550.610.00   0.00
XYZ29.451319.721196.8620
Yxy19.72110.20170.1350
Hunter Lab44.408440.6649-98.2352
CIE-Lab51.520447.3079-75.9365

#7263ff color RGB value is (114,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100011 11111111
Octal 162 143 377
Decimal 114 99 255
Hex 72 63 FF

RGB Percentages of Color #7263ff

%24.36
%21.15
%54.49

CMYK Percentages of Color #7263ff

%55
%61
%0
%0

Triadic Colors of #7263ff

#7263ff #ff7263 #63ff72

Analogous Colors of #7263ff

#7263ff #c063ff #63a2ff

Monochromatic Colors of #7263ff

#7263ff

Complementary Color

#7263ff #f0ff63

#7263ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7263ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7263ff Color CSS Codes

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

#7263ff Text Font Color

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

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


#7263ff Background Color

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

This div background color is #7263ff


#7263ff Border Color

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

This div border color is #7263ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7263ff

Related Colors


Comments

No comments written yet.

Please login to write comment.