Color Hex Logo

#cf367e Color Hex

#CF367E
(207,54,126)
0 Favorites   0 Comments

Color spaces of #cf367e

RGB 20754126
HSL0.920.610.51
HSV332°74°81°
CMYK 0.000.740.39   0.19
XYZ30.817217.410121.4749
Yxy17.41010.44210.2498
Hunter Lab41.725458.8155-1.3071
CIE-Lab48.772764.3034-4.7411

#cf367e color RGB value is (207,54,126).

#cf367e hex color red value is 207, green value is 54 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf367e hue: 0.92 , saturation: 0.61 and the lightness value of cf367e is 0.51.

The process color (four color CMYK) of #cf367e color hex is 0.00, 0.74, 0.39, 0.19. Web safe color of #cf367e is #cc3366. Color #cf367e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110110 01111110
Octal 317 66 176
Decimal 207 54 126
Hex CF 36 7E

RGB Percentages of Color #cf367e

%53.49
%13.95
%32.56

CMYK Percentages of Color #cf367e

%0
%74
%39
%19

Triadic Colors of #cf367e

#cf367e #7ecf36 #367ecf

Analogous Colors of #cf367e

#cf367e #cf3b36 #cf36cb

Monochromatic Colors of #cf367e

#cf367e

Complementary Color

#cf367e #36cf87

#cf367e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf367e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf367e Color CSS Codes

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

#cf367e Text Font Color

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

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


#cf367e Background Color

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

This div background color is #cf367e


#cf367e Border Color

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

This div border color is #cf367e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf367e


Comments

No comments written yet.

Please login to write comment.