Color Hex Logo

#ce206f Color Hex

#CE206F
(206,32,111)
0 Favorites   0 Comments

Color spaces of #ce206f

RGB 20632111
HSL0.920.730.47
HSV333°84°81°
CMYK 0.000.840.46   0.19
XYZ28.839415.302516.4726
Yxy15.30250.47580.2525
Hunter Lab39.118463.13902.4161
CIE-Lab46.045868.54590.4065

#ce206f color RGB value is (206,32,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100000 01101111
Octal 316 40 157
Decimal 206 32 111
Hex CE 20 6F

RGB Percentages of Color #ce206f

%59.03
%9.17
%31.81

CMYK Percentages of Color #ce206f

%0
%84
%46
%19

Triadic Colors of #ce206f

#ce206f #6fce20 #206fce

Analogous Colors of #ce206f

#ce206f #ce2820 #ce20c6

Monochromatic Colors of #ce206f

#ce206f

Complementary Color

#ce206f #20ce7f

#ce206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce206f Color CSS Codes

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

#ce206f Text Font Color

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

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


#ce206f Background Color

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

This div background color is #ce206f


#ce206f Border Color

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

This div border color is #ce206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce206f


Comments

No comments written yet.

Please login to write comment.