Color Hex Logo

#72afcf Color Hex

#72AFCF
(114,175,207)
0 Favorites   0 Comments

Color spaces of #72afcf

RGB 114175207
HSL0.560.490.63
HSV201°45°81°
CMYK 0.450.150.00   0.19
XYZ33.531938.742364.7422
Yxy38.74230.24470.2828
Hunter Lab62.2433-12.7638-18.1000
CIE-Lab68.5642-11.2011-22.3790

#72afcf color RGB value is (114,175,207).

#72afcf hex color red value is 114, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #72afcf hue: 0.56 , saturation: 0.49 and the lightness value of 72afcf is 0.63.

The process color (four color CMYK) of #72afcf color hex is 0.45, 0.15, 0.00, 0.19. Web safe color of #72afcf is #6699cc. Color #72afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 11001111
Octal 162 257 317
Decimal 114 175 207
Hex 72 AF CF

RGB Percentages of Color #72afcf

%22.98
%35.28
%41.73

CMYK Percentages of Color #72afcf

%45
%15
%0
%19

Triadic Colors of #72afcf

#72afcf #cf72af #afcf72

Analogous Colors of #72afcf

#72afcf #7281cf #72cfc1

Monochromatic Colors of #72afcf

#72afcf

Complementary Color

#72afcf #cf9272

#72afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afcf Color CSS Codes

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

#72afcf Text Font Color

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

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


#72afcf Background Color

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

This div background color is #72afcf


#72afcf Border Color

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

This div border color is #72afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afcf


Comments

No comments written yet.

Please login to write comment.