Color Hex Logo

#cf72bc Color Hex

#CF72BC
(207,114,188)
0 Favorites   0 Comments

Color spaces of #cf72bc

RGB 207114188
HSL0.870.490.63
HSV312°45°81°
CMYK 0.000.450.09   0.19
XYZ40.826528.930951.0094
Yxy28.93090.33810.2396
Hunter Lab53.787541.3595-18.5765
CIE-Lab60.720646.5653-23.0548

#cf72bc color RGB value is (207,114,188).

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

The process color (four color CMYK) of #cf72bc color hex is 0.00, 0.45, 0.09, 0.19. Web safe color of #cf72bc is #cc66cc. Color #cf72bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 10111100
Octal 317 162 274
Decimal 207 114 188
Hex CF 72 BC

RGB Percentages of Color #cf72bc

%40.67
%22.40
%36.94

CMYK Percentages of Color #cf72bc

%0
%45
%9
%19

Triadic Colors of #cf72bc

#cf72bc #bccf72 #72bccf

Analogous Colors of #cf72bc

#cf72bc #cf728e #b472cf

Monochromatic Colors of #cf72bc

#cf72bc

Complementary Color

#cf72bc #72cf85

#cf72bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf72bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf72bc Color CSS Codes

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

#cf72bc Text Font Color

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

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


#cf72bc Background Color

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

This div background color is #cf72bc


#cf72bc Border Color

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

This div border color is #cf72bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf72bc


Comments

No comments written yet.

Please login to write comment.