Color Hex Logo

#ce349e Color Hex

#CE349E
(206,52,158)
0 Favorites   0 Comments

Color spaces of #ce349e

RGB 20652158
HSL0.890.610.51
HSV319°75°81°
CMYK 0.000.750.23   0.19
XYZ32.853118.046434.0995
Yxy18.04640.38650.2123
Hunter Lab42.481163.7027-17.8553
CIE-Lab49.552368.3462-22.7973

#ce349e color RGB value is (206,52,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 10011110
Octal 316 64 236
Decimal 206 52 158
Hex CE 34 9E

RGB Percentages of Color #ce349e

%49.52
%12.50
%37.98

CMYK Percentages of Color #ce349e

%0
%75
%23
%19

Triadic Colors of #ce349e

#ce349e #9ece34 #349ece

Analogous Colors of #ce349e

#ce349e #ce3451 #b134ce

Monochromatic Colors of #ce349e

#ce349e

Complementary Color

#ce349e #34ce64

#ce349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce349e Color CSS Codes

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

#ce349e Text Font Color

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

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


#ce349e Background Color

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

This div background color is #ce349e


#ce349e Border Color

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

This div border color is #ce349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce349e


Comments

No comments written yet.

Please login to write comment.