Color Hex Logo

#ce2593 Color Hex

#CE2593
(206,37,147)
0 Favorites   0 Comments

Color spaces of #ce2593

RGB 20637147
HSL0.890.700.48
HSV321°82°81°
CMYK 0.000.820.29   0.19
XYZ31.381616.551529.1445
Yxy16.55150.40710.2147
Hunter Lab40.683566.4913-13.9952
CIE-Lab47.689971.0549-19.0827

#ce2593 color RGB value is (206,37,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 10010011
Octal 316 45 223
Decimal 206 37 147
Hex CE 25 93

RGB Percentages of Color #ce2593

%52.82
%9.49
%37.69

CMYK Percentages of Color #ce2593

%0
%82
%29
%19

Triadic Colors of #ce2593

#ce2593 #93ce25 #2593ce

Analogous Colors of #ce2593

#ce2593 #ce253e #b525ce

Monochromatic Colors of #ce2593

#ce2593

Complementary Color

#ce2593 #25ce60

#ce2593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2593 Color CSS Codes

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

#ce2593 Text Font Color

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

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


#ce2593 Background Color

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

This div background color is #ce2593


#ce2593 Border Color

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

This div border color is #ce2593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2593


Comments

No comments written yet.

Please login to write comment.