Color Hex Logo

#cf614f Color Hex

#CF614F
(207,97,79)
0 Favorites   0 Comments

Color spaces of #cf614f

RGB 2079779
HSL0.020.570.56
HSV62°81°
CMYK 0.000.530.62   0.19
XYZ31.418122.379310.0609
Yxy22.37930.49200.3505
Hunter Lab47.306835.761320.5053
CIE-Lab54.427242.148831.0080

#cf614f color RGB value is (207,97,79).

#cf614f hex color red value is 207, green value is 97 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cf614f hue: 0.02 , saturation: 0.57 and the lightness value of cf614f is 0.56.

The process color (four color CMYK) of #cf614f color hex is 0.00, 0.53, 0.62, 0.19. Web safe color of #cf614f is #cc6666. Color #cf614f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100001 01001111
Octal 317 141 117
Decimal 207 97 79
Hex CF 61 4F

RGB Percentages of Color #cf614f

%54.05
%25.33
%20.63

CMYK Percentages of Color #cf614f

%0
%53
%62
%19

Triadic Colors of #cf614f

#cf614f #4fcf61 #614fcf

Analogous Colors of #cf614f

#cf614f #cfa14f #cf4f7d

Monochromatic Colors of #cf614f

#cf614f

Complementary Color

#cf614f #4fbdcf

#cf614f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf614f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf614f Color CSS Codes

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

#cf614f Text Font Color

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

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


#cf614f Background Color

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

This div background color is #cf614f


#cf614f Border Color

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

This div border color is #cf614f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf614f


Comments

No comments written yet.

Please login to write comment.