Color Hex Logo

#ce2193 Color Hex

#CE2193
(206,33,147)
0 Favorites   0 Comments

Color spaces of #ce2193

RGB 20633147
HSL0.890.720.47
HSV320°84°81°
CMYK 0.000.840.29   0.19
XYZ31.263916.316129.1053
Yxy16.31610.40770.2128
Hunter Lab40.393267.4690-14.4462
CIE-Lab47.386571.9300-19.5480

#ce2193 color RGB value is (206,33,147).

#ce2193 hex color red value is 206, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ce2193 hue: 0.89 , saturation: 0.72 and the lightness value of ce2193 is 0.47.

The process color (four color CMYK) of #ce2193 color hex is 0.00, 0.84, 0.29, 0.19. Web safe color of #ce2193 is #cc3399. Color #ce2193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 10010011
Octal 316 41 223
Decimal 206 33 147
Hex CE 21 93

RGB Percentages of Color #ce2193

%53.37
%8.55
%38.08

CMYK Percentages of Color #ce2193

%0
%84
%29
%19

Triadic Colors of #ce2193

#ce2193 #93ce21 #2193ce

Analogous Colors of #ce2193

#ce2193 #ce213c #b321ce

Monochromatic Colors of #ce2193

#ce2193

Complementary Color

#ce2193 #21ce5c

#ce2193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2193 Color CSS Codes

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

#ce2193 Text Font Color

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

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


#ce2193 Background Color

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

This div background color is #ce2193


#ce2193 Border Color

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

This div border color is #ce2193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2193


Comments

No comments written yet.

Please login to write comment.