Color Hex Logo

#cf617f Color Hex

#CF617F
(207,97,127)
0 Favorites   0 Comments

Color spaces of #cf617f

RGB 20797127
HSL0.950.530.60
HSV344°53°81°
CMYK 0.000.530.39   0.19
XYZ33.837623.347122.8017
Yxy23.34710.42300.2919
Hunter Lab48.318840.44535.8442
CIE-Lab55.428146.49044.3840

#cf617f color RGB value is (207,97,127).

#cf617f hex color red value is 207, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf617f hue: 0.95 , saturation: 0.53 and the lightness value of cf617f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100001 01111111
Octal 317 141 177
Decimal 207 97 127
Hex CF 61 7F

RGB Percentages of Color #cf617f

%48.03
%22.51
%29.47

CMYK Percentages of Color #cf617f

%0
%53
%39
%19

Triadic Colors of #cf617f

#cf617f #7fcf61 #617fcf

Analogous Colors of #cf617f

#cf617f #cf7a61 #cf61b6

Monochromatic Colors of #cf617f

#cf617f

Complementary Color

#cf617f #61cfb1

#cf617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf617f Color CSS Codes

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

#cf617f Text Font Color

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

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


#cf617f Background Color

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

This div background color is #cf617f


#cf617f Border Color

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

This div border color is #cf617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf617f


Comments

No comments written yet.

Please login to write comment.