Color Hex Logo

#ce499a Color Hex

#CE499A
(206,73,154)
0 Favorites   0 Comments

Color spaces of #ce499a

RGB 20673154
HSL0.900.580.55
HSV323°65°81°
CMYK 0.000.650.25   0.19
XYZ33.668920.220032.7002
Yxy20.22000.38880.2335
Hunter Lab44.966754.9607-11.6396
CIE-Lab52.085060.3102-16.5468

#ce499a color RGB value is (206,73,154).

#ce499a hex color red value is 206, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ce499a hue: 0.90 , saturation: 0.58 and the lightness value of ce499a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 10011010
Octal 316 111 232
Decimal 206 73 154
Hex CE 49 9A

RGB Percentages of Color #ce499a

%47.58
%16.86
%35.57

CMYK Percentages of Color #ce499a

%0
%65
%25
%19

Triadic Colors of #ce499a

#ce499a #9ace49 #499ace

Analogous Colors of #ce499a

#ce499a #ce4957 #c049ce

Monochromatic Colors of #ce499a

#ce499a

Complementary Color

#ce499a #49ce7d

#ce499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce499a Color CSS Codes

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

#ce499a Text Font Color

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

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


#ce499a Background Color

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

This div background color is #ce499a


#ce499a Border Color

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

This div border color is #ce499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce499a


Comments

No comments written yet.

Please login to write comment.