color codes Logo

#ce37db color codes

#CE37DB
(206,55,219)
0 Favorites   0 Comments

Color spaces of #ce37db

RGB 20655219
HSL0.820.690.54
HSV295°75°86°
CMYK 0.060.750.00   0.14
XYZ39.606020.968768.9777
Yxy20.96870.30570.1619
Hunter Lab45.791674.2527-57.2568
CIE-Lab52.915276.4117-52.9502

#ce37db color RGB value is (206,55,219).

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

The process color (four color CMYK) of #ce37db color code is 0.06, 0.75, 0.00, 0.14. Web safe color of #ce37db is #cc33cc. Color #ce37db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 11011011
Octal 316 67 333
Decimal 206 55 219
Hex CE 37 DB

RGB Percentages of Color #ce37db

%42.92
%11.46
%45.63

CMYK Percentages of Color #ce37db

%6
%75
%0
%14

Triadic Colors of #ce37db

#ce37db #dbce37 #37dbce

Analogous Colors of #ce37db

#ce37db #db3796 #7c37db

Monochromatic Colors of #ce37db

#ce37db

Complementary Color

#ce37db #44db37

#ce37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce37db Color CSS Codes

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

#ce37db Text Font Color

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

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


#ce37db Background Color

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

This div background color is #ce37db


#ce37db Border Color

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

This div border color is #ce37db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce37db


Comments

No comments written yet.

Please login to write comment.