Color Hex Logo

#ce218c Color Hex

#CE218C
(206,33,140)
0 Favorites   0 Comments

Color spaces of #ce218c

RGB 20633140
HSL0.900.720.47
HSV323°84°81°
CMYK 0.000.840.32   0.19
XYZ30.731116.103026.2994
Yxy16.10300.42020.2202
Hunter Lab40.128566.4733-10.7674
CIE-Lab47.109371.1527-15.7451

#ce218c color RGB value is (206,33,140).

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

The process color (four color CMYK) of #ce218c color hex is 0.00, 0.84, 0.32, 0.19. Web safe color of #ce218c is #cc3399. Color #ce218c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 10001100
Octal 316 41 214
Decimal 206 33 140
Hex CE 21 8C

RGB Percentages of Color #ce218c

%54.35
%8.71
%36.94

CMYK Percentages of Color #ce218c

%0
%84
%32
%19

Triadic Colors of #ce218c

#ce218c #8cce21 #218cce

Analogous Colors of #ce218c

#ce218c #ce2135 #ba21ce

Monochromatic Colors of #ce218c

#ce218c

Complementary Color

#ce218c #21ce63

#ce218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce218c Color CSS Codes

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

#ce218c Text Font Color

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

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


#ce218c Background Color

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

This div background color is #ce218c


#ce218c Border Color

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

This div border color is #ce218c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce218c


Comments

No comments written yet.

Please login to write comment.