Color Hex Logo

#ce216f Color Hex

#CE216F
(206,33,111)
0 Favorites   0 Comments

Color spaces of #ce216f

RGB 20633111
HSL0.920.720.47
HSV333°84°81°
CMYK 0.000.840.46   0.19
XYZ28.866715.357216.4817
Yxy15.35720.47550.2530
Hunter Lab39.188362.90652.4957
CIE-Lab46.119668.33360.5142

#ce216f color RGB value is (206,33,111).

#ce216f hex color red value is 206, green value is 33 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ce216f hue: 0.92 , saturation: 0.72 and the lightness value of ce216f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 01101111
Octal 316 41 157
Decimal 206 33 111
Hex CE 21 6F

RGB Percentages of Color #ce216f

%58.86
%9.43
%31.71

CMYK Percentages of Color #ce216f

%0
%84
%46
%19

Triadic Colors of #ce216f

#ce216f #6fce21 #216fce

Analogous Colors of #ce216f

#ce216f #ce2a21 #ce21c6

Monochromatic Colors of #ce216f

#ce216f

Complementary Color

#ce216f #21ce80

#ce216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce216f Color CSS Codes

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

#ce216f Text Font Color

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

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


#ce216f Background Color

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

This div background color is #ce216f


#ce216f Border Color

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

This div border color is #ce216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce216f


Comments

No comments written yet.

Please login to write comment.