Color Hex Logo

#cf49be Color Hex

#CF49BE
(207,73,190)
0 Favorites   0 Comments

Color spaces of #cf49be

RGB 20773190
HSL0.850.580.55
HSV308°65°81°
CMYK 0.000.650.08   0.19
XYZ37.408921.748250.9413
Yxy21.74820.33980.1975
Hunter Lab46.635061.5751-32.1204
CIE-Lab53.758865.7380-34.9887

#cf49be color RGB value is (207,73,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 10111110
Octal 317 111 276
Decimal 207 73 190
Hex CF 49 BE

RGB Percentages of Color #cf49be

%44.04
%15.53
%40.43

CMYK Percentages of Color #cf49be

%0
%65
%8
%19

Triadic Colors of #cf49be

#cf49be #becf49 #49becf

Analogous Colors of #cf49be

#cf49be #cf497b #9d49cf

Monochromatic Colors of #cf49be

#cf49be

Complementary Color

#cf49be #49cf5a

#cf49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf49be Color CSS Codes

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

#cf49be Text Font Color

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

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


#cf49be Background Color

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

This div background color is #cf49be


#cf49be Border Color

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

This div border color is #cf49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf49be


Comments

No comments written yet.

Please login to write comment.