Color Hex Logo

#ce317c Color Hex

#CE317C
(206,49,124)
0 Favorites   0 Comments

Color spaces of #ce317c

RGB 20649124
HSL0.920.620.50
HSV331°76°81°
CMYK 0.000.760.40   0.19
XYZ30.190016.773720.7152
Yxy16.77370.44610.2478
Hunter Lab40.955759.9066-1.3196
CIE-Lab47.973665.4013-4.7294

#ce317c color RGB value is (206,49,124).

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

The process color (four color CMYK) of #ce317c color hex is 0.00, 0.76, 0.40, 0.19. Web safe color of #ce317c is #cc3366. Color #ce317c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 01111100
Octal 316 61 174
Decimal 206 49 124
Hex CE 31 7C

RGB Percentages of Color #ce317c

%54.35
%12.93
%32.72

CMYK Percentages of Color #ce317c

%0
%76
%40
%19

Triadic Colors of #ce317c

#ce317c #7cce31 #317cce

Analogous Colors of #ce317c

#ce317c #ce3531 #ce31cb

Monochromatic Colors of #ce317c

#ce317c

Complementary Color

#ce317c #31ce83

#ce317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce317c Color CSS Codes

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

#ce317c Text Font Color

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

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


#ce317c Background Color

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

This div background color is #ce317c


#ce317c Border Color

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

This div border color is #ce317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce317c


Comments

No comments written yet.

Please login to write comment.