Color Hex Logo

#cf47cd Color Hex

#CF47CD
(207,71,205)
0 Favorites   0 Comments

Color spaces of #cf47cd

RGB 20771205
HSL0.840.590.55
HSV301°66°81°
CMYK 0.000.660.01   0.19
XYZ39.004822.179759.9829
Yxy22.17970.32190.1831
Hunter Lab47.095365.4186-42.5479
CIE-Lab54.217268.9007-42.8889

#cf47cd color RGB value is (207,71,205).

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

The process color (four color CMYK) of #cf47cd color hex is 0.00, 0.66, 0.01, 0.19. Web safe color of #cf47cd is #cc33cc. Color #cf47cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 11001101
Octal 317 107 315
Decimal 207 71 205
Hex CF 47 CD

RGB Percentages of Color #cf47cd

%42.86
%14.70
%42.44

CMYK Percentages of Color #cf47cd

%0
%66
%1
%19

Triadic Colors of #cf47cd

#cf47cd #cdcf47 #47cdcf

Analogous Colors of #cf47cd

#cf47cd #cf4789 #8d47cf

Monochromatic Colors of #cf47cd

#cf47cd

Complementary Color

#cf47cd #47cf49

#cf47cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf47cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf47cd Color CSS Codes

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

#cf47cd Text Font Color

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

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


#cf47cd Background Color

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

This div background color is #cf47cd


#cf47cd Border Color

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

This div border color is #cf47cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf47cd


Comments

No comments written yet.

Please login to write comment.