Color Hex Logo

#ce2fdb Color Hex

#CE2FDB
(206,47,219)
0 Favorites   0 Comments

Color spaces of #ce2fdb

RGB 20647219
HSL0.820.700.52
HSV295°79°86°
CMYK 0.060.790.00   0.14
XYZ39.256320.269368.8612
Yxy20.26930.30580.1579
Hunter Lab45.021476.8550-59.1702
CIE-Lab52.140378.6494-54.1895

#ce2fdb color RGB value is (206,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101111 11011011
Octal 316 57 333
Decimal 206 47 219
Hex CE 2F DB

RGB Percentages of Color #ce2fdb

%43.64
%9.96
%46.40

CMYK Percentages of Color #ce2fdb

%6
%79
%0
%14

Triadic Colors of #ce2fdb

#ce2fdb #dbce2f #2fdbce

Analogous Colors of #ce2fdb

#ce2fdb #db2f92 #782fdb

Monochromatic Colors of #ce2fdb

#ce2fdb

Complementary Color

#ce2fdb #3cdb2f

#ce2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2fdb Color CSS Codes

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

#ce2fdb Text Font Color

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

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


#ce2fdb Background Color

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

This div background color is #ce2fdb


#ce2fdb Border Color

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

This div border color is #ce2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2fdb


Comments

No comments written yet.

Please login to write comment.