Color Hex Logo

#ce349a Color Hex

#CE349A
(206,52,154)
0 Favorites   0 Comments

Color spaces of #ce349a

RGB 20652154
HSL0.890.610.51
HSV320°75°81°
CMYK 0.000.750.25   0.19
XYZ32.514317.910932.3153
Yxy17.91090.39300.2165
Hunter Lab42.321363.0745-15.6472
CIE-Lab49.387967.8448-20.6695

#ce349a color RGB value is (206,52,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 10011010
Octal 316 64 232
Decimal 206 52 154
Hex CE 34 9A

RGB Percentages of Color #ce349a

%50.00
%12.62
%37.38

CMYK Percentages of Color #ce349a

%0
%75
%25
%19

Triadic Colors of #ce349a

#ce349a #9ace34 #349ace

Analogous Colors of #ce349a

#ce349a #ce344d #b534ce

Monochromatic Colors of #ce349a

#ce349a

Complementary Color

#ce349a #34ce68

#ce349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce349a Color CSS Codes

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

#ce349a Text Font Color

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

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


#ce349a Background Color

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

This div background color is #ce349a


#ce349a Border Color

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

This div border color is #ce349a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce349a


Comments

No comments written yet.

Please login to write comment.