Color Hex Logo

#ce20bd Color Hex

#CE20BD
(206,32,189)
0 Favorites   0 Comments

Color spaces of #ce20bd

RGB 20632189
HSL0.850.730.47
HSV306°84°81°
CMYK 0.000.840.08   0.19
XYZ35.155417.829049.7325
Yxy17.82900.34230.1736
Hunter Lab42.224474.7237-40.2755
CIE-Lab49.288077.4979-41.4590

#ce20bd color RGB value is (206,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100000 10111101
Octal 316 40 275
Decimal 206 32 189
Hex CE 20 BD

RGB Percentages of Color #ce20bd

%48.24
%7.49
%44.26

CMYK Percentages of Color #ce20bd

%0
%84
%8
%19

Triadic Colors of #ce20bd

#ce20bd #bdce20 #20bdce

Analogous Colors of #ce20bd

#ce20bd #ce2066 #8820ce

Monochromatic Colors of #ce20bd

#ce20bd

Complementary Color

#ce20bd #20ce31

#ce20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce20bd Color CSS Codes

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

#ce20bd Text Font Color

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

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


#ce20bd Background Color

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

This div background color is #ce20bd


#ce20bd Border Color

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

This div border color is #ce20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce20bd


Comments

No comments written yet.

Please login to write comment.