Color Hex Logo

#cf46ae Color Hex

#CF46AE
(207,70,174)
0 Favorites   0 Comments

Color spaces of #cf46ae

RGB 20770174
HSL0.870.590.54
HSV314°66°81°
CMYK 0.000.660.16   0.19
XYZ35.562320.701742.1659
Yxy20.70170.36130.2103
Hunter Lab45.499159.8929-23.0971
CIE-Lab52.621564.5092-27.4668

#cf46ae color RGB value is (207,70,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000110 10101110
Octal 317 106 256
Decimal 207 70 174
Hex CF 46 AE

RGB Percentages of Color #cf46ae

%45.90
%15.52
%38.58

CMYK Percentages of Color #cf46ae

%0
%66
%16
%19

Triadic Colors of #cf46ae

#cf46ae #aecf46 #46aecf

Analogous Colors of #cf46ae

#cf46ae #cf466a #ac46cf

Monochromatic Colors of #cf46ae

#cf46ae

Complementary Color

#cf46ae #46cf67

#cf46ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf46ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf46ae Color CSS Codes

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

#cf46ae Text Font Color

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

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


#cf46ae Background Color

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

This div background color is #cf46ae


#cf46ae Border Color

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

This div border color is #cf46ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf46ae


Comments

No comments written yet.

Please login to write comment.