Color Hex Logo

#72beff Color Hex

#72BEFF
(114,190,255)
0 Favorites   0 Comments

Color spaces of #72beff

RGB 114190255
HSL0.581.000.72
HSV208°55°100°
CMYK 0.550.250.00   0.00
XYZ43.402947.6243101.5126
Yxy47.62430.22540.2473
Hunter Lab69.0104-8.5036-38.9069
CIE-Lab74.5873-5.4307-39.1964

#72beff color RGB value is (114,190,255).

#72beff hex color red value is 114, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #72beff hue: 0.58 , saturation: 1.00 and the lightness value of 72beff is 0.72.

The process color (four color CMYK) of #72beff color hex is 0.55, 0.25, 0.00, 0.00. Web safe color of #72beff is #66ccff. Color #72beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111110 11111111
Octal 162 276 377
Decimal 114 190 255
Hex 72 BE FF

RGB Percentages of Color #72beff

%20.39
%33.99
%45.62

CMYK Percentages of Color #72beff

%55
%25
%0
%0

Triadic Colors of #72beff

#72beff #ff72be #beff72

Analogous Colors of #72beff

#72beff #7278ff #72fffa

Monochromatic Colors of #72beff

#72beff

Complementary Color

#72beff #ffb372

#72beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#72beff Color CSS Codes

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

#72beff Text Font Color

<p style="color:#72beff">Text here</p>

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


#72beff Background Color

<div style="background-color:#72beff">
Div content here</div>

This div background color is #72beff


#72beff Border Color

<div style="border:3px solid #72beff">
Div here</div>

This div border color is #72beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72beff


Comments

No comments written yet.

Please login to write comment.