Color Hex Logo

#cf423b Color Hex

#CF423B
(207,66,59)
0 Favorites   0 Comments

Color spaces of #cf423b

RGB 2076659
HSL0.010.610.52
HSV71°81°
CMYK 0.000.680.71   0.19
XYZ28.469817.47766.0107
Yxy17.47760.54790.3364
Hunter Lab41.806248.396620.7399
CIE-Lab48.856354.990235.6685

#cf423b color RGB value is (207,66,59).

#cf423b hex color red value is 207, green value is 66 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cf423b hue: 0.01 , saturation: 0.61 and the lightness value of cf423b is 0.52.

The process color (four color CMYK) of #cf423b color hex is 0.00, 0.68, 0.71, 0.19. Web safe color of #cf423b is #cc3333. Color #cf423b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000010 00111011
Octal 317 102 73
Decimal 207 66 59
Hex CF 42 3B

RGB Percentages of Color #cf423b

%62.35
%19.88
%17.77

CMYK Percentages of Color #cf423b

%0
%68
%71
%19

Triadic Colors of #cf423b

#cf423b #3bcf42 #423bcf

Analogous Colors of #cf423b

#cf423b #cf8c3b #cf3b7e

Monochromatic Colors of #cf423b

#cf423b

Complementary Color

#cf423b #3bc8cf

#cf423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf423b Color CSS Codes

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

#cf423b Text Font Color

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

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


#cf423b Background Color

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

This div background color is #cf423b


#cf423b Border Color

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

This div border color is #cf423b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf423b


Comments

No comments written yet.

Please login to write comment.