Color Hex Logo

#cf47af Color Hex

#CF47AF
(207,71,175)
0 Favorites   0 Comments

Color spaces of #cf47af

RGB 20771175
HSL0.870.590.55
HSV314°66°81°
CMYK 0.000.660.15   0.19
XYZ35.723220.867042.7024
Yxy20.86700.35980.2102
Hunter Lab45.680459.6506-23.4485
CIE-Lab52.803664.2665-27.7684

#cf47af color RGB value is (207,71,175).

#cf47af hex color red value is 207, green value is 71 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cf47af hue: 0.87 , saturation: 0.59 and the lightness value of cf47af is 0.55.

The process color (four color CMYK) of #cf47af color hex is 0.00, 0.66, 0.15, 0.19. Web safe color of #cf47af is #cc3399. Color #cf47af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 10101111
Octal 317 107 257
Decimal 207 71 175
Hex CF 47 AF

RGB Percentages of Color #cf47af

%45.70
%15.67
%38.63

CMYK Percentages of Color #cf47af

%0
%66
%15
%19

Triadic Colors of #cf47af

#cf47af #afcf47 #47afcf

Analogous Colors of #cf47af

#cf47af #cf476b #ab47cf

Monochromatic Colors of #cf47af

#cf47af

Complementary Color

#cf47af #47cf67

#cf47af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf47af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf47af Color CSS Codes

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

#cf47af Text Font Color

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

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


#cf47af Background Color

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

This div background color is #cf47af


#cf47af Border Color

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

This div border color is #cf47af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf47af


Comments

No comments written yet.

Please login to write comment.