Color Hex Logo

#cf889d Color Hex

#CF889D
(207,136,157)
0 Favorites   0 Comments

Color spaces of #cf889d

RGB 207136157
HSL0.950.430.67
HSV342°34°81°
CMYK 0.000.340.24   0.19
XYZ40.622133.308036.1864
Yxy33.30800.36890.3025
Hunter Lab57.713124.64163.2240
CIE-Lab64.409530.03410.1025

#cf889d color RGB value is (207,136,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 10011101
Octal 317 210 235
Decimal 207 136 157
Hex CF 88 9D

RGB Percentages of Color #cf889d

%41.40
%27.20
%31.40

CMYK Percentages of Color #cf889d

%0
%34
%24
%19

Triadic Colors of #cf889d

#cf889d #9dcf88 #889dcf

Analogous Colors of #cf889d

#cf889d #cf9788 #cf88c1

Monochromatic Colors of #cf889d

#cf889d

Complementary Color

#cf889d #88cfba

#cf889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf889d Color CSS Codes

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

#cf889d Text Font Color

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

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


#cf889d Background Color

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

This div background color is #cf889d


#cf889d Border Color

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

This div border color is #cf889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf889d


Comments

No comments written yet.

Please login to write comment.