Color Hex Logo

#cf013f Color Hex

#CF013F
(207,1,63)
0 Favorites   0 Comments

Color spaces of #cf013f

RGB 207163
HSL0.950.990.41
HSV342°100°81°
CMYK 0.001.000.70   0.19
XYZ26.640213.64605.9325
Yxy13.64600.57640.2952
Hunter Lab36.940564.082116.3366
CIE-Lab43.720969.799627.1461

#cf013f color RGB value is (207,1,63).

#cf013f hex color red value is 207, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cf013f hue: 0.95 , saturation: 0.99 and the lightness value of cf013f is 0.41.

The process color (four color CMYK) of #cf013f color hex is 0.00, 1.00, 0.70, 0.19. Web safe color of #cf013f is #cc0033. Color #cf013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000001 00111111
Octal 317 1 77
Decimal 207 1 63
Hex CF 1 3F

RGB Percentages of Color #cf013f

%76.38
%0.37
%23.25

CMYK Percentages of Color #cf013f

%0
%100
%70
%19

Triadic Colors of #cf013f

#cf013f #3fcf01 #013fcf

Analogous Colors of #cf013f

#cf013f #cf2a01 #cf01a6

Monochromatic Colors of #cf013f

#cf013f

Complementary Color

#cf013f #01cf91

#cf013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf013f Color CSS Codes

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

#cf013f Text Font Color

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

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


#cf013f Background Color

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

This div background color is #cf013f


#cf013f Border Color

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

This div border color is #cf013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf013f


Comments

No comments written yet.

Please login to write comment.