Color Hex Logo

#724bfd Color Hex

#724BFD
(114,75,253)
0 Favorites   0 Comments

Color spaces of #724bfd

RGB 11475253
HSL0.700.980.64
HSV253°70°99°
CMYK 0.550.700.00   0.01
XYZ27.185115.701494.5264
Yxy15.70140.19780.1143
Hunter Lab39.625053.1179-113.7003
CIE-Lab46.580359.6908-82.8954

#724bfd color RGB value is (114,75,253).

#724bfd hex color red value is 114, green value is 75 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #724bfd hue: 0.70 , saturation: 0.98 and the lightness value of 724bfd is 0.64.

The process color (four color CMYK) of #724bfd color hex is 0.55, 0.70, 0.00, 0.01. Web safe color of #724bfd is #6633ff. Color #724bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 11111101
Octal 162 113 375
Decimal 114 75 253
Hex 72 4B FD

RGB Percentages of Color #724bfd

%25.79
%16.97
%57.24

CMYK Percentages of Color #724bfd

%55
%70
%0
%1

Triadic Colors of #724bfd

#724bfd #fd724b #4bfd72

Analogous Colors of #724bfd

#724bfd #cb4bfd #4b7dfd

Monochromatic Colors of #724bfd

#724bfd

Complementary Color

#724bfd #d6fd4b

#724bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#724bfd Color CSS Codes

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

#724bfd Text Font Color

<p style="color:#724bfd">Text here</p>

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


#724bfd Background Color

<div style="background-color:#724bfd">
Div content here</div>

This div background color is #724bfd


#724bfd Border Color

<div style="border:3px solid #724bfd">
Div here</div>

This div border color is #724bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724bfd


Comments

No comments written yet.

Please login to write comment.