Color Hex Logo

#cf46ab Color Hex

#CF46AB
(207,70,171)
0 Favorites   0 Comments

Color spaces of #cf46ab

RGB 20770171
HSL0.880.590.54
HSV316°66°81°
CMYK 0.000.660.17   0.19
XYZ35.273020.586040.6425
Yxy20.58600.36550.2133
Hunter Lab45.371859.3690-21.3497
CIE-Lab52.493464.0816-25.9105

#cf46ab color RGB value is (207,70,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000110 10101011
Octal 317 106 253
Decimal 207 70 171
Hex CF 46 AB

RGB Percentages of Color #cf46ab

%46.21
%15.63
%38.17

CMYK Percentages of Color #cf46ab

%0
%66
%17
%19

Triadic Colors of #cf46ab

#cf46ab #abcf46 #46abcf

Analogous Colors of #cf46ab

#cf46ab #cf4667 #af46cf

Monochromatic Colors of #cf46ab

#cf46ab

Complementary Color

#cf46ab #46cf6a

#cf46ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf46ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf46ab Color CSS Codes

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

#cf46ab Text Font Color

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

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


#cf46ab Background Color

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

This div background color is #cf46ab


#cf46ab Border Color

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

This div border color is #cf46ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf46ab


Comments

No comments written yet.

Please login to write comment.