Color Hex Logo

#cf867d Color Hex

#CF867D
(207,134,125)
0 Favorites   0 Comments

Color spaces of #cf867d

RGB 207134125
HSL0.020.460.65
HSV40°81°
CMYK 0.000.350.40   0.19
XYZ37.958931.796323.5387
Yxy31.79630.40690.3408
Hunter Lab56.388221.481614.7217
CIE-Lab63.174226.941616.4732

#cf867d color RGB value is (207,134,125).

#cf867d hex color red value is 207, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cf867d hue: 0.02 , saturation: 0.46 and the lightness value of cf867d is 0.65.

The process color (four color CMYK) of #cf867d color hex is 0.00, 0.35, 0.40, 0.19. Web safe color of #cf867d is #cc9966. Color #cf867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000110 01111101
Octal 317 206 175
Decimal 207 134 125
Hex CF 86 7D

RGB Percentages of Color #cf867d

%44.42
%28.76
%26.82

CMYK Percentages of Color #cf867d

%0
%35
%40
%19

Triadic Colors of #cf867d

#cf867d #7dcf86 #867dcf

Analogous Colors of #cf867d

#cf867d #cfaf7d #cf7d9d

Monochromatic Colors of #cf867d

#cf867d

Complementary Color

#cf867d #7dc6cf

#cf867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf867d Color CSS Codes

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

#cf867d Text Font Color

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

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


#cf867d Background Color

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

This div background color is #cf867d


#cf867d Border Color

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

This div border color is #cf867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf867d


Comments

No comments written yet.

Please login to write comment.