Color Hex Logo

#ce499d Color Hex

#CE499D
(206,73,157)
0 Favorites   0 Comments

Color spaces of #ce499d

RGB 20673157
HSL0.890.580.55
HSV322°65°81°
CMYK 0.000.650.24   0.19
XYZ33.921920.321234.0328
Yxy20.32120.38430.2302
Hunter Lab45.079055.4326-13.2062
CIE-Lab52.198460.7053-18.1465

#ce499d color RGB value is (206,73,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 10011101
Octal 316 111 235
Decimal 206 73 157
Hex CE 49 9D

RGB Percentages of Color #ce499d

%47.25
%16.74
%36.01

CMYK Percentages of Color #ce499d

%0
%65
%24
%19

Triadic Colors of #ce499d

#ce499d #9dce49 #499dce

Analogous Colors of #ce499d

#ce499d #ce495b #bd49ce

Monochromatic Colors of #ce499d

#ce499d

Complementary Color

#ce499d #49ce7a

#ce499d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce499d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce499d Color CSS Codes

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

#ce499d Text Font Color

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

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


#ce499d Background Color

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

This div background color is #ce499d


#ce499d Border Color

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

This div border color is #ce499d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce499d


Comments

No comments written yet.

Please login to write comment.