Color Hex Logo

#cf6089 Color Hex

#CF6089
(207,96,137)
0 Favorites   0 Comments

Color spaces of #cf6089

RGB 20796137
HSL0.940.540.59
HSV338°54°81°
CMYK 0.000.540.34   0.19
XYZ34.430423.437326.3761
Yxy23.43730.40870.2782
Hunter Lab48.412142.22701.5858
CIE-Lab55.519948.1519-1.3650

#cf6089 color RGB value is (207,96,137).

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

The process color (four color CMYK) of #cf6089 color hex is 0.00, 0.54, 0.34, 0.19. Web safe color of #cf6089 is #cc6699. Color #cf6089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100000 10001001
Octal 317 140 211
Decimal 207 96 137
Hex CF 60 89

RGB Percentages of Color #cf6089

%47.05
%21.82
%31.14

CMYK Percentages of Color #cf6089

%0
%54
%34
%19

Triadic Colors of #cf6089

#cf6089 #89cf60 #6089cf

Analogous Colors of #cf6089

#cf6089 #cf6f60 #cf60c1

Monochromatic Colors of #cf6089

#cf6089

Complementary Color

#cf6089 #60cfa6

#cf6089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6089 Color CSS Codes

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

#cf6089 Text Font Color

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

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


#cf6089 Background Color

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

This div background color is #cf6089


#cf6089 Border Color

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

This div border color is #cf6089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6089


Comments

No comments written yet.

Please login to write comment.