Color Hex Logo

#ce206c Color Hex

#CE206C
(206,32,108)
0 Favorites   0 Comments

Color spaces of #ce206c

RGB 20632108
HSL0.930.730.47
HSV334°84°81°
CMYK 0.000.840.48   0.19
XYZ28.676915.237515.6171
Yxy15.23750.48170.2560
Hunter Lab39.035262.82183.6041
CIE-Lab45.957868.29292.1326

#ce206c color RGB value is (206,32,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100000 01101100
Octal 316 40 154
Decimal 206 32 108
Hex CE 20 6C

RGB Percentages of Color #ce206c

%59.54
%9.25
%31.21

CMYK Percentages of Color #ce206c

%0
%84
%48
%19

Triadic Colors of #ce206c

#ce206c #6cce20 #206cce

Analogous Colors of #ce206c

#ce206c #ce2b20 #ce20c3

Monochromatic Colors of #ce206c

#ce206c

Complementary Color

#ce206c #20ce82

#ce206c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce206c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce206c Color CSS Codes

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

#ce206c Text Font Color

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

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


#ce206c Background Color

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

This div background color is #ce206c


#ce206c Border Color

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

This div border color is #ce206c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce206c


Comments

No comments written yet.

Please login to write comment.