Color Hex Logo

#ce674f Color Hex

#CE674F
(206,103,79)
0 Favorites   0 Comments

Color spaces of #ce674f

RGB 20610379
HSL0.030.560.56
HSV11°62°81°
CMYK 0.000.500.62   0.19
XYZ31.715123.386810.2397
Yxy23.38680.48540.3579
Hunter Lab48.359932.433021.2979
CIE-Lab55.468538.746132.2710

#ce674f color RGB value is (206,103,79).

#ce674f hex color red value is 206, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce674f hue: 0.03 , saturation: 0.56 and the lightness value of ce674f is 0.56.

The process color (four color CMYK) of #ce674f color hex is 0.00, 0.50, 0.62, 0.19. Web safe color of #ce674f is #cc6666. Color #ce674f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 01001111
Octal 316 147 117
Decimal 206 103 79
Hex CE 67 4F

RGB Percentages of Color #ce674f

%53.09
%26.55
%20.36

CMYK Percentages of Color #ce674f

%0
%50
%62
%19

Triadic Colors of #ce674f

#ce674f #4fce67 #674fce

Analogous Colors of #ce674f

#ce674f #cea74f #ce4f77

Monochromatic Colors of #ce674f

#ce674f

Complementary Color

#ce674f #4fb6ce

#ce674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce674f Color CSS Codes

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

#ce674f Text Font Color

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

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


#ce674f Background Color

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

This div background color is #ce674f


#ce674f Border Color

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

This div border color is #ce674f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce674f


Comments

No comments written yet.

Please login to write comment.