Color Hex Logo

#ce21bf Color Hex

#CE21BF
(206,33,191)
0 Favorites   0 Comments

Color spaces of #ce21bf

RGB 20633191
HSL0.850.720.47
HSV305°84°81°
CMYK 0.000.840.07   0.19
XYZ35.401417.971150.8931
Yxy17.97110.33950.1724
Hunter Lab42.392374.8769-41.5046
CIE-Lab49.461077.5875-42.3497

#ce21bf color RGB value is (206,33,191).

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

The process color (four color CMYK) of #ce21bf color hex is 0.00, 0.84, 0.07, 0.19. Web safe color of #ce21bf is #cc33cc. Color #ce21bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 10111111
Octal 316 41 277
Decimal 206 33 191
Hex CE 21 BF

RGB Percentages of Color #ce21bf

%47.91
%7.67
%44.42

CMYK Percentages of Color #ce21bf

%0
%84
%7
%19

Triadic Colors of #ce21bf

#ce21bf #bfce21 #21bfce

Analogous Colors of #ce21bf

#ce21bf #ce2169 #8721ce

Monochromatic Colors of #ce21bf

#ce21bf

Complementary Color

#ce21bf #21ce30

#ce21bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce21bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce21bf Color CSS Codes

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

#ce21bf Text Font Color

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

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


#ce21bf Background Color

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

This div background color is #ce21bf


#ce21bf Border Color

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

This div border color is #ce21bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce21bf


Comments

No comments written yet.

Please login to write comment.