Color Hex Logo

#cf628e Color Hex

#CF628E
(207,98,142)
0 Favorites   0 Comments

Color spaces of #cf628e

RGB 20798142
HSL0.930.530.60
HSV336°53°81°
CMYK 0.000.530.31   0.19
XYZ34.982323.953828.3710
Yxy23.95380.40070.2744
Hunter Lab48.942641.9353-0.1093
CIE-Lab56.041547.7981-3.5328

#cf628e color RGB value is (207,98,142).

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

The process color (four color CMYK) of #cf628e color hex is 0.00, 0.53, 0.31, 0.19. Web safe color of #cf628e is #cc6699. Color #cf628e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 10001110
Octal 317 142 216
Decimal 207 98 142
Hex CF 62 8E

RGB Percentages of Color #cf628e

%46.31
%21.92
%31.77

CMYK Percentages of Color #cf628e

%0
%53
%31
%19

Triadic Colors of #cf628e

#cf628e #8ecf62 #628ecf

Analogous Colors of #cf628e

#cf628e #cf6d62 #cf62c5

Monochromatic Colors of #cf628e

#cf628e

Complementary Color

#cf628e #62cfa3

#cf628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf628e Color CSS Codes

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

#cf628e Text Font Color

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

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


#cf628e Background Color

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

This div background color is #cf628e


#cf628e Border Color

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

This div border color is #cf628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf628e


Comments

No comments written yet.

Please login to write comment.