Color Hex Logo

#cf7787 Color Hex

#CF7787
(207,119,135)
0 Favorites   0 Comments

Color spaces of #cf7787

RGB 207119135
HSL0.970.480.64
HSV349°43°81°
CMYK 0.000.430.35   0.19
XYZ36.702128.208326.4320
Yxy28.20830.40180.3088
Hunter Lab53.111530.40537.6712
CIE-Lab60.076536.18446.4031

#cf7787 color RGB value is (207,119,135).

#cf7787 hex color red value is 207, green value is 119 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cf7787 hue: 0.97 , saturation: 0.48 and the lightness value of cf7787 is 0.64.

The process color (four color CMYK) of #cf7787 color hex is 0.00, 0.43, 0.35, 0.19. Web safe color of #cf7787 is #cc6699. Color #cf7787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 10000111
Octal 317 167 207
Decimal 207 119 135
Hex CF 77 87

RGB Percentages of Color #cf7787

%44.90
%25.81
%29.28

CMYK Percentages of Color #cf7787

%0
%43
%35
%19

Triadic Colors of #cf7787

#cf7787 #87cf77 #7787cf

Analogous Colors of #cf7787

#cf7787 #cf9377 #cf77b3

Monochromatic Colors of #cf7787

#cf7787

Complementary Color

#cf7787 #77cfbf

#cf7787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7787 Color CSS Codes

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

#cf7787 Text Font Color

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

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


#cf7787 Background Color

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

This div background color is #cf7787


#cf7787 Border Color

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

This div border color is #cf7787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7787


Comments

No comments written yet.

Please login to write comment.