Color Hex Logo

#ce2993 Color Hex

#CE2993
(206,41,147)
0 Favorites   0 Comments

Color spaces of #ce2993

RGB 20641147
HSL0.890.670.48
HSV321°80°81°
CMYK 0.000.800.29   0.19
XYZ31.513016.814329.1883
Yxy16.81430.40650.2169
Hunter Lab41.005265.4201-13.5001
CIE-Lab48.025270.0912-18.5691

#ce2993 color RGB value is (206,41,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 10010011
Octal 316 51 223
Decimal 206 41 147
Hex CE 29 93

RGB Percentages of Color #ce2993

%52.28
%10.41
%37.31

CMYK Percentages of Color #ce2993

%0
%80
%29
%19

Triadic Colors of #ce2993

#ce2993 #93ce29 #2993ce

Analogous Colors of #ce2993

#ce2993 #ce2940 #b729ce

Monochromatic Colors of #ce2993

#ce2993

Complementary Color

#ce2993 #29ce64

#ce2993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2993 Color CSS Codes

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

#ce2993 Text Font Color

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

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


#ce2993 Background Color

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

This div background color is #ce2993


#ce2993 Border Color

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

This div border color is #ce2993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2993


Comments

No comments written yet.

Please login to write comment.