Color Hex Logo

#cf626d Color Hex

#CF626D
(207,98,109)
0 Favorites   0 Comments

Color spaces of #cf626d

RGB 20798109
HSL0.980.530.60
HSV354°53°81°
CMYK 0.000.530.47   0.19
XYZ32.860123.104917.1958
Yxy23.10490.44910.3158
Hunter Lab48.067637.908512.4367
CIE-Lab55.180244.113014.6183

#cf626d color RGB value is (207,98,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 01101101
Octal 317 142 155
Decimal 207 98 109
Hex CF 62 6D

RGB Percentages of Color #cf626d

%50.00
%23.67
%26.33

CMYK Percentages of Color #cf626d

%0
%53
%47
%19

Triadic Colors of #cf626d

#cf626d #6dcf62 #626dcf

Analogous Colors of #cf626d

#cf626d #cf8e62 #cf62a4

Monochromatic Colors of #cf626d

#cf626d

Complementary Color

#cf626d #62cfc4

#cf626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf626d Color CSS Codes

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

#cf626d Text Font Color

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

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


#cf626d Background Color

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

This div background color is #cf626d


#cf626d Border Color

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

This div border color is #cf626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf626d


Comments

No comments written yet.

Please login to write comment.