Color Hex Logo

#ce218b Color Hex

#CE218B
(206,33,139)
0 Favorites   0 Comments

Color spaces of #ce218b

RGB 20633139
HSL0.900.720.47
HSV323°84°81°
CMYK 0.000.840.33   0.19
XYZ30.657716.073625.9128
Yxy16.07360.42200.2213
Hunter Lab40.091966.3356-10.2569
CIE-Lab47.070971.0450-15.1980

#ce218b color RGB value is (206,33,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 10001011
Octal 316 41 213
Decimal 206 33 139
Hex CE 21 8B

RGB Percentages of Color #ce218b

%54.50
%8.73
%36.77

CMYK Percentages of Color #ce218b

%0
%84
%33
%19

Triadic Colors of #ce218b

#ce218b #8bce21 #218bce

Analogous Colors of #ce218b

#ce218b #ce2135 #bb21ce

Monochromatic Colors of #ce218b

#ce218b

Complementary Color

#ce218b #21ce64

#ce218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce218b Color CSS Codes

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

#ce218b Text Font Color

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

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


#ce218b Background Color

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

This div background color is #ce218b


#ce218b Border Color

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

This div border color is #ce218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce218b


Comments

No comments written yet.

Please login to write comment.