Color Hex Logo

#ce57dc Color Hex

#CE57DC
(206,87,220)
0 Favorites   0 Comments

Color spaces of #ce57dc

RGB 20687220
HSL0.820.660.60
HSV294°60°86°
CMYK 0.060.600.00   0.14
XYZ41.780125.105570.3539
Yxy25.10550.30440.1829
Hunter Lab50.105461.1568-48.1764
CIE-Lab57.178164.7495-46.7353

#ce57dc color RGB value is (206,87,220).

#ce57dc hex color red value is 206, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce57dc hue: 0.82 , saturation: 0.66 and the lightness value of ce57dc is 0.60.

The process color (four color CMYK) of #ce57dc color hex is 0.06, 0.60, 0.00, 0.14. Web safe color of #ce57dc is #cc66cc. Color #ce57dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 11011100
Octal 316 127 334
Decimal 206 87 220
Hex CE 57 DC

RGB Percentages of Color #ce57dc

%40.16
%16.96
%42.88

CMYK Percentages of Color #ce57dc

%6
%60
%0
%14

Triadic Colors of #ce57dc

#ce57dc #dcce57 #57dcce

Analogous Colors of #ce57dc

#ce57dc #dc57a8 #8c57dc

Monochromatic Colors of #ce57dc

#ce57dc

Complementary Color

#ce57dc #65dc57

#ce57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce57dc Color CSS Codes

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

#ce57dc Text Font Color

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

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


#ce57dc Background Color

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

This div background color is #ce57dc


#ce57dc Border Color

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

This div border color is #ce57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce57dc


Comments

No comments written yet.

Please login to write comment.