Color Hex Logo

#ce674b Color Hex

#CE674B
(206,103,75)
0 Favorites   0 Comments

Color spaces of #ce674b

RGB 20610375
HSL0.040.570.55
HSV13°64°81°
CMYK 0.000.500.64   0.19
XYZ31.573823.33039.4957
Yxy23.33030.49030.3623
Hunter Lab48.301432.154722.1550
CIE-Lab55.410938.478534.4301

#ce674b color RGB value is (206,103,75).

#ce674b hex color red value is 206, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ce674b hue: 0.04 , saturation: 0.57 and the lightness value of ce674b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 01001011
Octal 316 147 113
Decimal 206 103 75
Hex CE 67 4B

RGB Percentages of Color #ce674b

%53.65
%26.82
%19.53

CMYK Percentages of Color #ce674b

%0
%50
%64
%19

Triadic Colors of #ce674b

#ce674b #4bce67 #674bce

Analogous Colors of #ce674b

#ce674b #cea94b #ce4b71

Monochromatic Colors of #ce674b

#ce674b

Complementary Color

#ce674b #4bb2ce

#ce674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce674b Color CSS Codes

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

#ce674b Text Font Color

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

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


#ce674b Background Color

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

This div background color is #ce674b


#ce674b Border Color

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

This div border color is #ce674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce674b


Comments

No comments written yet.

Please login to write comment.