Color Hex Logo

#cf49bc Color Hex

#CF49BC
(207,73,188)
0 Favorites   0 Comments

Color spaces of #cf49bc

RGB 20773188
HSL0.860.580.55
HSV309°65°81°
CMYK 0.000.650.09   0.19
XYZ37.191821.661349.7978
Yxy21.66130.34230.1994
Hunter Lab46.541761.1926-30.8588
CIE-Lab53.665865.4288-33.9786

#cf49bc color RGB value is (207,73,188).

#cf49bc hex color red value is 207, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cf49bc hue: 0.86 , saturation: 0.58 and the lightness value of cf49bc is 0.55.

The process color (four color CMYK) of #cf49bc color hex is 0.00, 0.65, 0.09, 0.19. Web safe color of #cf49bc is #cc33cc. Color #cf49bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 10111100
Octal 317 111 274
Decimal 207 73 188
Hex CF 49 BC

RGB Percentages of Color #cf49bc

%44.23
%15.60
%40.17

CMYK Percentages of Color #cf49bc

%0
%65
%9
%19

Triadic Colors of #cf49bc

#cf49bc #bccf49 #49bccf

Analogous Colors of #cf49bc

#cf49bc #cf4979 #9f49cf

Monochromatic Colors of #cf49bc

#cf49bc

Complementary Color

#cf49bc #49cf5c

#cf49bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf49bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf49bc Color CSS Codes

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

#cf49bc Text Font Color

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

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


#cf49bc Background Color

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

This div background color is #cf49bc


#cf49bc Border Color

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

This div border color is #cf49bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,73,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 #cf49bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf49bc


Comments

No comments written yet.

Please login to write comment.