Color Hex Logo

#72caf5 Color Hex

#72CAF5
(114,202,245)
0 Favorites   0 Comments

Color spaces of #72caf5

RGB 114202245
HSL0.550.870.70
HSV200°53°96°
CMYK 0.530.180.00   0.04
XYZ44.541452.411094.1550
Yxy52.41100.23310.2742
Hunter Lab72.3954-16.8696-26.4337
CIE-Lab77.5260-14.7596-29.2905

#72caf5 color RGB value is (114,202,245).

#72caf5 hex color red value is 114, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #72caf5 hue: 0.55 , saturation: 0.87 and the lightness value of 72caf5 is 0.70.

The process color (four color CMYK) of #72caf5 color hex is 0.53, 0.18, 0.00, 0.04. Web safe color of #72caf5 is #66ccff. Color #72caf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11110101
Octal 162 312 365
Decimal 114 202 245
Hex 72 CA F5

RGB Percentages of Color #72caf5

%20.32
%36.01
%43.67

CMYK Percentages of Color #72caf5

%53
%18
%0
%4

Triadic Colors of #72caf5

#72caf5 #f572ca #caf572

Analogous Colors of #72caf5

#72caf5 #7289f5 #72f5df

Monochromatic Colors of #72caf5

#72caf5

Complementary Color

#72caf5 #f59d72

#72caf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72caf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72caf5 Color CSS Codes

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

#72caf5 Text Font Color

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

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


#72caf5 Background Color

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

This div background color is #72caf5


#72caf5 Border Color

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

This div border color is #72caf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72caf5


Comments

No comments written yet.

Please login to write comment.