Color Hex Logo

#72afde Color Hex

#72AFDE
(114,175,222)
0 Favorites   0 Comments

Color spaces of #72afde

RGB 114175222
HSL0.570.620.66
HSV206°49°87°
CMYK 0.490.210.00   0.13
XYZ35.454239.511374.8650
Yxy39.51130.23660.2637
Hunter Lab62.8580-9.3211-26.6148
CIE-Lab69.1200-6.9708-29.7650

#72afde color RGB value is (114,175,222).

#72afde hex color red value is 114, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #72afde hue: 0.57 , saturation: 0.62 and the lightness value of 72afde is 0.66.

The process color (four color CMYK) of #72afde color hex is 0.49, 0.21, 0.00, 0.13. Web safe color of #72afde is #6699cc. Color #72afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 11011110
Octal 162 257 336
Decimal 114 175 222
Hex 72 AF DE

RGB Percentages of Color #72afde

%22.31
%34.25
%43.44

CMYK Percentages of Color #72afde

%49
%21
%0
%13

Triadic Colors of #72afde

#72afde #de72af #afde72

Analogous Colors of #72afde

#72afde #7279de #72ded7

Monochromatic Colors of #72afde

#72afde

Complementary Color

#72afde #dea172

#72afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afde Color CSS Codes

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

#72afde Text Font Color

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

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


#72afde Background Color

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

This div background color is #72afde


#72afde Border Color

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

This div border color is #72afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afde


Comments

No comments written yet.

Please login to write comment.