Color Hex Logo

#cf671d Color Hex

#CF671D
(207,103,29)
0 Favorites   0 Comments

Color spaces of #cf671d

RGB 20710329
HSL0.070.750.46
HSV25°86°81°
CMYK 0.000.500.86   0.19
XYZ30.804123.05463.9888
Yxy23.05460.53250.3985
Hunter Lab48.015230.489928.6852
CIE-Lab55.128536.858756.2116

#cf671d color RGB value is (207,103,29).

#cf671d hex color red value is 207, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cf671d hue: 0.07 , saturation: 0.75 and the lightness value of cf671d is 0.46.

The process color (four color CMYK) of #cf671d color hex is 0.00, 0.50, 0.86, 0.19. Web safe color of #cf671d is #cc6633. Color #cf671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100111 00011101
Octal 317 147 35
Decimal 207 103 29
Hex CF 67 1D

RGB Percentages of Color #cf671d

%61.06
%30.38
%8.55

CMYK Percentages of Color #cf671d

%0
%50
%86
%19

Triadic Colors of #cf671d

#cf671d #1dcf67 #671dcf

Analogous Colors of #cf671d

#cf671d #cfc01d #cf1d2c

Monochromatic Colors of #cf671d

#cf671d

Complementary Color

#cf671d #1d85cf

#cf671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf671d Color CSS Codes

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

#cf671d Text Font Color

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

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


#cf671d Background Color

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

This div background color is #cf671d


#cf671d Border Color

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

This div border color is #cf671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf671d


Comments

No comments written yet.

Please login to write comment.