Color Hex Logo

#ce216e Color Hex

#CE216E
(206,33,110)
0 Favorites   0 Comments

Color spaces of #ce216e

RGB 20633110
HSL0.930.720.47
HSV333°84°81°
CMYK 0.000.840.47   0.19
XYZ28.811915.335316.1933
Yxy15.33530.47750.2541
Hunter Lab39.160362.79952.8950
CIE-Lab46.090168.24811.0886

#ce216e color RGB value is (206,33,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 01101110
Octal 316 41 156
Decimal 206 33 110
Hex CE 21 6E

RGB Percentages of Color #ce216e

%59.03
%9.46
%31.52

CMYK Percentages of Color #ce216e

%0
%84
%47
%19

Triadic Colors of #ce216e

#ce216e #6ece21 #216ece

Analogous Colors of #ce216e

#ce216e #ce2b21 #ce21c5

Monochromatic Colors of #ce216e

#ce216e

Complementary Color

#ce216e #21ce81

#ce216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce216e Color CSS Codes

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

#ce216e Text Font Color

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

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


#ce216e Background Color

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

This div background color is #ce216e


#ce216e Border Color

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

This div border color is #ce216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce216e


Comments

No comments written yet.

Please login to write comment.