Color Hex Logo

#728fea Color Hex

#728FEA
(114,143,234)
0 Favorites   0 Comments

Color spaces of #728fea

RGB 114143234
HSL0.630.740.68
HSV226°51°92°
CMYK 0.510.390.00   0.08
XYZ31.613229.162881.8047
Yxy29.16280.22170.2045
Hunter Lab54.00269.9896-52.0124
CIE-Lab60.925014.8548-49.1883

#728fea color RGB value is (114,143,234).

#728fea hex color red value is 114, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #728fea hue: 0.63 , saturation: 0.74 and the lightness value of 728fea is 0.68.

The process color (four color CMYK) of #728fea color hex is 0.51, 0.39, 0.00, 0.08. Web safe color of #728fea is #6699ff. Color #728fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001111 11101010
Octal 162 217 352
Decimal 114 143 234
Hex 72 8F EA

RGB Percentages of Color #728fea

%23.22
%29.12
%47.66

CMYK Percentages of Color #728fea

%51
%39
%0
%8

Triadic Colors of #728fea

#728fea #ea728f #8fea72

Analogous Colors of #728fea

#728fea #9172ea #72cbea

Monochromatic Colors of #728fea

#728fea

Complementary Color

#728fea #eacd72

#728fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#728fea Color CSS Codes

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

#728fea Text Font Color

<p style="color:#728fea">Text here</p>

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


#728fea Background Color

<div style="background-color:#728fea">
Div content here</div>

This div background color is #728fea


#728fea Border Color

<div style="border:3px solid #728fea">
Div here</div>

This div border color is #728fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,143,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728fea;
  -webkit-box-shadow: 1px 1px 3px 2px #728fea;
  box-shadow:         1px 1px 3px 2px #728fea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,143,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728fea


Comments

No comments written yet.

Please login to write comment.