Color Hex Logo

#ce324e Color Hex

#CE324E
(206,50,78)
0 Favorites   0 Comments

Color spaces of #ce324e

RGB 2065078
HSL0.970.610.50
HSV349°76°81°
CMYK 0.000.760.62   0.19
XYZ27.969315.95318.8128
Yxy15.95310.53040.3025
Hunter Lab39.941355.099014.8770
CIE-Lab46.912961.394721.9575

#ce324e color RGB value is (206,50,78).

#ce324e hex color red value is 206, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce324e hue: 0.97 , saturation: 0.61 and the lightness value of ce324e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01001110
Octal 316 62 116
Decimal 206 50 78
Hex CE 32 4E

RGB Percentages of Color #ce324e

%61.68
%14.97
%23.35

CMYK Percentages of Color #ce324e

%0
%76
%62
%19

Triadic Colors of #ce324e

#ce324e #4ece32 #324ece

Analogous Colors of #ce324e

#ce324e #ce6432 #ce329c

Monochromatic Colors of #ce324e

#ce324e

Complementary Color

#ce324e #32ceb2

#ce324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce324e Color CSS Codes

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

#ce324e Text Font Color

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

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


#ce324e Background Color

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

This div background color is #ce324e


#ce324e Border Color

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

This div border color is #ce324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce324e


Comments

No comments written yet.

Please login to write comment.