Color Hex Logo

#ce377e Color Hex

#CE377E
(206,55,126)
0 Favorites   0 Comments

Color spaces of #ce377e

RGB 20655126
HSL0.920.610.51
HSV332°73°81°
CMYK 0.000.730.39   0.19
XYZ30.585717.360521.4775
Yxy17.36050.44060.2501
Hunter Lab41.665958.1161-1.3960
CIE-Lab48.711163.7065-4.8519

#ce377e color RGB value is (206,55,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 01111110
Octal 316 67 176
Decimal 206 55 126
Hex CE 37 7E

RGB Percentages of Color #ce377e

%53.23
%14.21
%32.56

CMYK Percentages of Color #ce377e

%0
%73
%39
%19

Triadic Colors of #ce377e

#ce377e #7ece37 #377ece

Analogous Colors of #ce377e

#ce377e #ce3c37 #ce37ca

Monochromatic Colors of #ce377e

#ce377e

Complementary Color

#ce377e #37ce87

#ce377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce377e Color CSS Codes

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

#ce377e Text Font Color

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

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


#ce377e Background Color

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

This div background color is #ce377e


#ce377e Border Color

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

This div border color is #ce377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce377e


Comments

No comments written yet.

Please login to write comment.