Color Hex Logo

#ce316f Color Hex

#CE316F
(206,49,111)
0 Favorites   0 Comments

Color spaces of #ce316f

RGB 20649111
HSL0.930.620.50
HSV336°76°81°
CMYK 0.000.760.46   0.19
XYZ29.421216.466116.6665
Yxy16.46610.47030.2632
Hunter Lab40.578458.40834.0531
CIE-Lab47.580264.17652.6355

#ce316f color RGB value is (206,49,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 01101111
Octal 316 61 157
Decimal 206 49 111
Hex CE 31 6F

RGB Percentages of Color #ce316f

%56.28
%13.39
%30.33

CMYK Percentages of Color #ce316f

%0
%76
%46
%19

Triadic Colors of #ce316f

#ce316f #6fce31 #316fce

Analogous Colors of #ce316f

#ce316f #ce4131 #ce31be

Monochromatic Colors of #ce316f

#ce316f

Complementary Color

#ce316f #31ce90

#ce316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce316f Color CSS Codes

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

#ce316f Text Font Color

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

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


#ce316f Background Color

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

This div background color is #ce316f


#ce316f Border Color

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

This div border color is #ce316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce316f


Comments

No comments written yet.

Please login to write comment.