Color Hex Logo

#ce296f Color Hex

#CE296F
(206,41,111)
0 Favorites   0 Comments

Color spaces of #ce296f

RGB 20641111
HSL0.930.670.48
HSV335°80°81°
CMYK 0.000.800.46   0.19
XYZ29.115815.855416.5647
Yxy15.85540.47320.2577
Hunter Lab39.818860.83743.2085
CIE-Lab46.784266.43291.4814

#ce296f color RGB value is (206,41,111).

#ce296f hex color red value is 206, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ce296f hue: 0.93 , saturation: 0.67 and the lightness value of ce296f is 0.48.

The process color (four color CMYK) of #ce296f color hex is 0.00, 0.80, 0.46, 0.19. Web safe color of #ce296f is #cc3366. Color #ce296f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 01101111
Octal 316 51 157
Decimal 206 41 111
Hex CE 29 6F

RGB Percentages of Color #ce296f

%57.54
%11.45
%31.01

CMYK Percentages of Color #ce296f

%0
%80
%46
%19

Triadic Colors of #ce296f

#ce296f #6fce29 #296fce

Analogous Colors of #ce296f

#ce296f #ce3629 #ce29c2

Monochromatic Colors of #ce296f

#ce296f

Complementary Color

#ce296f #29ce88

#ce296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce296f Color CSS Codes

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

#ce296f Text Font Color

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

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


#ce296f Background Color

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

This div background color is #ce296f


#ce296f Border Color

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

This div border color is #ce296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce296f


Comments

No comments written yet.

Please login to write comment.