Color Hex Logo

#cf46ce Color Hex

#CF46CE
(207,70,206)
0 Favorites   0 Comments

Color spaces of #cf46ce

RGB 20770206
HSL0.830.590.54
HSV300°66°81°
CMYK 0.000.660.00   0.19
XYZ39.062922.101960.5998
Yxy22.10190.32080.1815
Hunter Lab47.012766.0438-43.5166
CIE-Lab54.135069.4393-43.5907

#cf46ce color RGB value is (207,70,206).

#cf46ce hex color red value is 207, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cf46ce hue: 0.83 , saturation: 0.59 and the lightness value of cf46ce is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000110 11001110
Octal 317 106 316
Decimal 207 70 206
Hex CF 46 CE

RGB Percentages of Color #cf46ce

%42.86
%14.49
%42.65

CMYK Percentages of Color #cf46ce

%0
%66
%0
%19

Triadic Colors of #cf46ce

#cf46ce #cecf46 #46cecf

Analogous Colors of #cf46ce

#cf46ce #cf468a #8c46cf

Monochromatic Colors of #cf46ce

#cf46ce

Complementary Color

#cf46ce #46cf47

#cf46ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf46ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf46ce Color CSS Codes

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

#cf46ce Text Font Color

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

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


#cf46ce Background Color

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

This div background color is #cf46ce


#cf46ce Border Color

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

This div border color is #cf46ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf46ce


Comments

No comments written yet.

Please login to write comment.