Color Hex Logo

#ce319c Color Hex

#CE319C
(206,49,156)
0 Favorites   0 Comments

Color spaces of #ce319c

RGB 20649156
HSL0.890.620.50
HSV319°76°81°
CMYK 0.000.760.24   0.19
XYZ32.552717.718733.1568
Yxy17.71870.39020.2124
Hunter Lab42.093664.3776-17.2368
CIE-Lab49.153168.9942-22.2223

#ce319c color RGB value is (206,49,156).

#ce319c hex color red value is 206, green value is 49 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ce319c hue: 0.89 , saturation: 0.62 and the lightness value of ce319c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 10011100
Octal 316 61 234
Decimal 206 49 156
Hex CE 31 9C

RGB Percentages of Color #ce319c

%50.12
%11.92
%37.96

CMYK Percentages of Color #ce319c

%0
%76
%24
%19

Triadic Colors of #ce319c

#ce319c #9cce31 #319cce

Analogous Colors of #ce319c

#ce319c #ce314e #b231ce

Monochromatic Colors of #ce319c

#ce319c

Complementary Color

#ce319c #31ce63

#ce319c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce319c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce319c Color CSS Codes

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

#ce319c Text Font Color

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

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


#ce319c Background Color

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

This div background color is #ce319c


#ce319c Border Color

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

This div border color is #ce319c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce319c


Comments

No comments written yet.

Please login to write comment.