Color Hex Logo

#ce339e Color Hex

#CE339E
(206,51,158)
0 Favorites   0 Comments

Color spaces of #ce339e

RGB 20651158
HSL0.880.610.50
HSV319°75°81°
CMYK 0.000.750.23   0.19
XYZ32.809017.958134.0848
Yxy17.95810.38670.2116
Hunter Lab42.377064.0380-18.0244
CIE-Lab49.445268.6508-22.9625

#ce339e color RGB value is (206,51,158).

#ce339e hex color red value is 206, green value is 51 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ce339e hue: 0.88 , saturation: 0.61 and the lightness value of ce339e is 0.50.

The process color (four color CMYK) of #ce339e color hex is 0.00, 0.75, 0.23, 0.19. Web safe color of #ce339e is #cc3399. Color #ce339e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 10011110
Octal 316 63 236
Decimal 206 51 158
Hex CE 33 9E

RGB Percentages of Color #ce339e

%49.64
%12.29
%38.07

CMYK Percentages of Color #ce339e

%0
%75
%23
%19

Triadic Colors of #ce339e

#ce339e #9ece33 #339ece

Analogous Colors of #ce339e

#ce339e #ce3350 #b133ce

Monochromatic Colors of #ce339e

#ce339e

Complementary Color

#ce339e #33ce63

#ce339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce339e Color CSS Codes

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

#ce339e Text Font Color

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

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


#ce339e Background Color

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

This div background color is #ce339e


#ce339e Border Color

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

This div border color is #ce339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce339e


Comments

No comments written yet.

Please login to write comment.