Color Hex Logo

#cf9988 Color Hex

#CF9988
(207,153,136)
0 Favorites   0 Comments

Color spaces of #cf9988

RGB 207153136
HSL0.040.430.67
HSV14°34°81°
CMYK 0.000.260.34   0.19
XYZ41.567337.825428.4028
Yxy37.82540.38560.3509
Hunter Lab61.502413.012815.6706
CIE-Lab67.891717.923416.8509

#cf9988 color RGB value is (207,153,136).

#cf9988 hex color red value is 207, green value is 153 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cf9988 hue: 0.04 , saturation: 0.43 and the lightness value of cf9988 is 0.67.

The process color (four color CMYK) of #cf9988 color hex is 0.00, 0.26, 0.34, 0.19. Web safe color of #cf9988 is #cc9999. Color #cf9988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 10001000
Octal 317 231 210
Decimal 207 153 136
Hex CF 99 88

RGB Percentages of Color #cf9988

%41.73
%30.85
%27.42

CMYK Percentages of Color #cf9988

%0
%26
%34
%19

Triadic Colors of #cf9988

#cf9988 #88cf99 #9988cf

Analogous Colors of #cf9988

#cf9988 #cfbd88 #cf889b

Monochromatic Colors of #cf9988

#cf9988

Complementary Color

#cf9988 #88becf

#cf9988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9988 Color CSS Codes

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

#cf9988 Text Font Color

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

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


#cf9988 Background Color

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

This div background color is #cf9988


#cf9988 Border Color

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

This div border color is #cf9988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9988


Comments

No comments written yet.

Please login to write comment.