Color Hex Logo

#cf27ab Color Hex

#CF27AB
(207,39,171)
0 Favorites   0 Comments

Color spaces of #cf27ab

RGB 20739171
HSL0.870.680.48
HSV313°81°81°
CMYK 0.000.810.17   0.19
XYZ33.808317.656740.1543
Yxy17.65670.36900.1927
Hunter Lab42.019970.0825-27.2438
CIE-Lab49.077073.7633-31.2218

#cf27ab color RGB value is (207,39,171).

#cf27ab hex color red value is 207, green value is 39 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf27ab hue: 0.87 , saturation: 0.68 and the lightness value of cf27ab is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100111 10101011
Octal 317 47 253
Decimal 207 39 171
Hex CF 27 AB

RGB Percentages of Color #cf27ab

%49.64
%9.35
%41.01

CMYK Percentages of Color #cf27ab

%0
%81
%17
%19

Triadic Colors of #cf27ab

#cf27ab #abcf27 #27abcf

Analogous Colors of #cf27ab

#cf27ab #cf2757 #9f27cf

Monochromatic Colors of #cf27ab

#cf27ab

Complementary Color

#cf27ab #27cf4b

#cf27ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf27ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf27ab Color CSS Codes

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

#cf27ab Text Font Color

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

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


#cf27ab Background Color

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

This div background color is #cf27ab


#cf27ab Border Color

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

This div border color is #cf27ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf27ab


Comments

No comments written yet.

Please login to write comment.