Color Hex Logo

#cf47a3 Color Hex

#CF47A3
(207,71,163)
0 Favorites   0 Comments

Color spaces of #cf47a3

RGB 20771163
HSL0.890.590.55
HSV319°66°81°
CMYK 0.000.660.21   0.19
XYZ34.596220.416236.7676
Yxy20.41620.37690.2224
Hunter Lab45.184357.5994-16.6168
CIE-Lab52.304562.5826-21.5059

#cf47a3 color RGB value is (207,71,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 10100011
Octal 317 107 243
Decimal 207 71 163
Hex CF 47 A3

RGB Percentages of Color #cf47a3

%46.94
%16.10
%36.96

CMYK Percentages of Color #cf47a3

%0
%66
%21
%19

Triadic Colors of #cf47a3

#cf47a3 #a3cf47 #47a3cf

Analogous Colors of #cf47a3

#cf47a3 #cf475f #b747cf

Monochromatic Colors of #cf47a3

#cf47a3

Complementary Color

#cf47a3 #47cf73

#cf47a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf47a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf47a3 Color CSS Codes

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

#cf47a3 Text Font Color

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

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


#cf47a3 Background Color

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

This div background color is #cf47a3


#cf47a3 Border Color

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

This div border color is #cf47a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf47a3


Comments

No comments written yet.

Please login to write comment.