Color Hex Logo

#ce479c Color Hex

#CE479C
(206,71,156)
0 Favorites   0 Comments

Color spaces of #ce479c

RGB 20671156
HSL0.900.580.54
HSV322°66°81°
CMYK 0.000.660.24   0.19
XYZ33.707620.028633.5418
Yxy20.02860.38620.2295
Hunter Lab44.753356.1255-13.1094
CIE-Lab51.869561.3746-18.0577

#ce479c color RGB value is (206,71,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000111 10011100
Octal 316 107 234
Decimal 206 71 156
Hex CE 47 9C

RGB Percentages of Color #ce479c

%47.58
%16.40
%36.03

CMYK Percentages of Color #ce479c

%0
%66
%24
%19

Triadic Colors of #ce479c

#ce479c #9cce47 #479cce

Analogous Colors of #ce479c

#ce479c #ce4759 #bd47ce

Monochromatic Colors of #ce479c

#ce479c

Complementary Color

#ce479c #47ce79

#ce479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce479c Color CSS Codes

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

#ce479c Text Font Color

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

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


#ce479c Background Color

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

This div background color is #ce479c


#ce479c Border Color

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

This div border color is #ce479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce479c


Comments

No comments written yet.

Please login to write comment.