Color Hex Logo

#ce488c Color Hex

#CE488C
(206,72,140)
0 Favorites   0 Comments

Color spaces of #ce488c

RGB 20672140
HSL0.920.580.55
HSV330°65°81°
CMYK 0.000.650.32   0.19
XYZ32.504619.650026.8906
Yxy19.65000.41120.2486
Hunter Lab44.328353.3140-4.9369
CIE-Lab51.439258.9682-9.2062

#ce488c color RGB value is (206,72,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 10001100
Octal 316 110 214
Decimal 206 72 140
Hex CE 48 8C

RGB Percentages of Color #ce488c

%49.28
%17.22
%33.49

CMYK Percentages of Color #ce488c

%0
%65
%32
%19

Triadic Colors of #ce488c

#ce488c #8cce48 #488cce

Analogous Colors of #ce488c

#ce488c #ce4849 #cd48ce

Monochromatic Colors of #ce488c

#ce488c

Complementary Color

#ce488c #48ce8a

#ce488c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce488c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce488c Color CSS Codes

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

#ce488c Text Font Color

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

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


#ce488c Background Color

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

This div background color is #ce488c


#ce488c Border Color

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

This div border color is #ce488c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce488c


Comments

No comments written yet.

Please login to write comment.