Color Hex Logo

#ce464e Color Hex

#CE464E
(206,70,78)
0 Favorites   0 Comments

Color spaces of #ce464e

RGB 2067078
HSL0.990.580.54
HSV356°66°81°
CMYK 0.000.660.62   0.19
XYZ29.018918.05229.1627
Yxy18.05220.51600.3210
Hunter Lab42.487947.560416.9554
CIE-Lab49.559454.096725.3903

#ce464e color RGB value is (206,70,78).

#ce464e hex color red value is 206, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce464e hue: 0.99 , saturation: 0.58 and the lightness value of ce464e is 0.54.

The process color (four color CMYK) of #ce464e color hex is 0.00, 0.66, 0.62, 0.19. Web safe color of #ce464e is #cc3366. Color #ce464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 01001110
Octal 316 106 116
Decimal 206 70 78
Hex CE 46 4E

RGB Percentages of Color #ce464e

%58.19
%19.77
%22.03

CMYK Percentages of Color #ce464e

%0
%66
%62
%19

Triadic Colors of #ce464e

#ce464e #4ece46 #464ece

Analogous Colors of #ce464e

#ce464e #ce8246 #ce4692

Monochromatic Colors of #ce464e

#ce464e

Complementary Color

#ce464e #46cec6

#ce464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce464e Color CSS Codes

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

#ce464e Text Font Color

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

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


#ce464e Background Color

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

This div background color is #ce464e


#ce464e Border Color

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

This div border color is #ce464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce464e


Comments

No comments written yet.

Please login to write comment.