Color Hex Logo

#ce374e Color Hex

#CE374E
(206,55,78)
0 Favorites   0 Comments

Color spaces of #ce374e

RGB 2065578
HSL0.970.610.51
HSV351°73°81°
CMYK 0.000.730.62   0.19
XYZ28.194916.40428.8880
Yxy16.40420.52710.3067
Hunter Lab40.502153.381315.3406
CIE-Lab47.500459.754222.7251

#ce374e color RGB value is (206,55,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 01001110
Octal 316 67 116
Decimal 206 55 78
Hex CE 37 4E

RGB Percentages of Color #ce374e

%60.77
%16.22
%23.01

CMYK Percentages of Color #ce374e

%0
%73
%62
%19

Triadic Colors of #ce374e

#ce374e #4ece37 #374ece

Analogous Colors of #ce374e

#ce374e #ce6c37 #ce379a

Monochromatic Colors of #ce374e

#ce374e

Complementary Color

#ce374e #37ceb7

#ce374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce374e Color CSS Codes

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

#ce374e Text Font Color

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

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


#ce374e Background Color

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

This div background color is #ce374e


#ce374e Border Color

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

This div border color is #ce374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce374e


Comments

No comments written yet.

Please login to write comment.