Color Hex Logo

#ce614e Color Hex

#CE614E
(206,97,78)
0 Favorites   0 Comments

Color spaces of #ce614e

RGB 2069778
HSL0.020.570.56
HSV62°81°
CMYK 0.000.530.62   0.19
XYZ31.103422.22139.8575
Yxy22.22130.49230.3517
Hunter Lab47.139535.283220.5993
CIE-Lab54.261041.706831.3350

#ce614e color RGB value is (206,97,78).

#ce614e hex color red value is 206, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce614e hue: 0.02 , saturation: 0.57 and the lightness value of ce614e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 01001110
Octal 316 141 116
Decimal 206 97 78
Hex CE 61 4E

RGB Percentages of Color #ce614e

%54.07
%25.46
%20.47

CMYK Percentages of Color #ce614e

%0
%53
%62
%19

Triadic Colors of #ce614e

#ce614e #4ece61 #614ece

Analogous Colors of #ce614e

#ce614e #cea14e #ce4e7b

Monochromatic Colors of #ce614e

#ce614e

Complementary Color

#ce614e #4ebbce

#ce614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce614e Color CSS Codes

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

#ce614e Text Font Color

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

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


#ce614e Background Color

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

This div background color is #ce614e


#ce614e Border Color

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

This div border color is #ce614e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,97,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 #ce614e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce614e


Comments

No comments written yet.

Please login to write comment.