Color Hex Logo

#cf65ab Color Hex

#CF65AB
(207,101,171)
0 Favorites   0 Comments

Color spaces of #cf65ab

RGB 207101171
HSL0.890.520.60
HSV320°51°81°
CMYK 0.000.510.17   0.19
XYZ37.736525.513041.4637
Yxy25.51300.36040.2436
Hunter Lab50.510444.9648-13.3136
CIE-Lab57.571950.3689-18.1179

#cf65ab color RGB value is (207,101,171).

#cf65ab hex color red value is 207, green value is 101 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf65ab hue: 0.89 , saturation: 0.52 and the lightness value of cf65ab is 0.60.

The process color (four color CMYK) of #cf65ab color hex is 0.00, 0.51, 0.17, 0.19. Web safe color of #cf65ab is #cc6699. Color #cf65ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100101 10101011
Octal 317 145 253
Decimal 207 101 171
Hex CF 65 AB

RGB Percentages of Color #cf65ab

%43.22
%21.09
%35.70

CMYK Percentages of Color #cf65ab

%0
%51
%17
%19

Triadic Colors of #cf65ab

#cf65ab #abcf65 #65abcf

Analogous Colors of #cf65ab

#cf65ab #cf6576 #be65cf

Monochromatic Colors of #cf65ab

#cf65ab

Complementary Color

#cf65ab #65cf89

#cf65ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf65ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf65ab Color CSS Codes

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

#cf65ab Text Font Color

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

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


#cf65ab Background Color

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

This div background color is #cf65ab


#cf65ab Border Color

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

This div border color is #cf65ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,101,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 #cf65ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf65ab


Comments

No comments written yet.

Please login to write comment.