Color Hex Logo

#ce397e Color Hex

#CE397E
(206,57,126)
0 Favorites   0 Comments

Color spaces of #ce397e

RGB 20657126
HSL0.920.600.52
HSV332°72°81°
CMYK 0.000.720.39   0.19
XYZ30.682617.554421.5099
Yxy17.55440.43990.2517
Hunter Lab41.898057.3971-1.1102
CIE-Lab48.951163.0334-4.4966

#ce397e color RGB value is (206,57,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01111110
Octal 316 71 176
Decimal 206 57 126
Hex CE 39 7E

RGB Percentages of Color #ce397e

%52.96
%14.65
%32.39

CMYK Percentages of Color #ce397e

%0
%72
%39
%19

Triadic Colors of #ce397e

#ce397e #7ece39 #397ece

Analogous Colors of #ce397e

#ce397e #ce3f39 #ce39c9

Monochromatic Colors of #ce397e

#ce397e

Complementary Color

#ce397e #39ce89

#ce397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce397e Color CSS Codes

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

#ce397e Text Font Color

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

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


#ce397e Background Color

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

This div background color is #ce397e


#ce397e Border Color

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

This div border color is #ce397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce397e


Comments

No comments written yet.

Please login to write comment.