Color Hex Logo

#ce612e Color Hex

#CE612E
(206,97,46)
0 Favorites   0 Comments

Color spaces of #ce612e

RGB 2069746
HSL0.050.630.49
HSV19°78°81°
CMYK 0.000.530.78   0.19
XYZ30.221421.86855.2130
Yxy21.86850.52740.3816
Hunter Lab46.763833.520226.1253
CIE-Lab53.887240.029947.8725

#ce612e color RGB value is (206,97,46).

#ce612e hex color red value is 206, green value is 97 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ce612e hue: 0.05 , saturation: 0.63 and the lightness value of ce612e is 0.49.

The process color (four color CMYK) of #ce612e color hex is 0.00, 0.53, 0.78, 0.19. Web safe color of #ce612e is #cc6633. Color #ce612e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 00101110
Octal 316 141 56
Decimal 206 97 46
Hex CE 61 2E

RGB Percentages of Color #ce612e

%59.03
%27.79
%13.18

CMYK Percentages of Color #ce612e

%0
%53
%78
%19

Triadic Colors of #ce612e

#ce612e #2ece61 #612ece

Analogous Colors of #ce612e

#ce612e #ceb12e #ce2e4b

Monochromatic Colors of #ce612e

#ce612e

Complementary Color

#ce612e #2e9bce

#ce612e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce612e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce612e Color CSS Codes

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

#ce612e Text Font Color

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

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


#ce612e Background Color

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

This div background color is #ce612e


#ce612e Border Color

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

This div border color is #ce612e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce612e


Comments

No comments written yet.

Please login to write comment.