Color Hex Logo

#ce1adb Color Hex

#CE1ADB
(206,26,219)
0 Favorites   0 Comments

Color spaces of #ce1adb

RGB 20626219
HSL0.820.790.48
HSV296°88°86°
CMYK 0.060.880.00   0.14
XYZ38.609218.975168.6455
Yxy18.97510.30590.1503
Hunter Lab43.560481.9804-62.9410
CIE-Lab50.658182.9811-56.5657

#ce1adb color RGB value is (206,26,219).

#ce1adb hex color red value is 206, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce1adb hue: 0.82 , saturation: 0.79 and the lightness value of ce1adb is 0.48.

The process color (four color CMYK) of #ce1adb color hex is 0.06, 0.88, 0.00, 0.14. Web safe color of #ce1adb is #cc33cc. Color #ce1adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011010 11011011
Octal 316 32 333
Decimal 206 26 219
Hex CE 1A DB

RGB Percentages of Color #ce1adb

%45.68
%5.76
%48.56

CMYK Percentages of Color #ce1adb

%6
%88
%0
%14

Triadic Colors of #ce1adb

#ce1adb #dbce1a #1adbce

Analogous Colors of #ce1adb

#ce1adb #db1a88 #6e1adb

Monochromatic Colors of #ce1adb

#ce1adb

Complementary Color

#ce1adb #27db1a

#ce1adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1adb Color CSS Codes

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

#ce1adb Text Font Color

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

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


#ce1adb Background Color

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

This div background color is #ce1adb


#ce1adb Border Color

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

This div border color is #ce1adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1adb


Comments

No comments written yet.

Please login to write comment.