Color Hex Logo

#ce57bd Color Hex

#CE57BD
(206,87,189)
0 Favorites   0 Comments

Color spaces of #ce57bd

RGB 20687189
HSL0.860.550.57
HSV309°58°81°
CMYK 0.000.580.08   0.19
XYZ38.047123.612350.6964
Yxy23.61230.33860.2102
Hunter Lab48.592554.7256-27.8423
CIE-Lab55.697559.4535-31.3969

#ce57bd color RGB value is (206,87,189).

#ce57bd hex color red value is 206, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce57bd hue: 0.86 , saturation: 0.55 and the lightness value of ce57bd is 0.57.

The process color (four color CMYK) of #ce57bd color hex is 0.00, 0.58, 0.08, 0.19. Web safe color of #ce57bd is #cc66cc. Color #ce57bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 10111101
Octal 316 127 275
Decimal 206 87 189
Hex CE 57 BD

RGB Percentages of Color #ce57bd

%42.74
%18.05
%39.21

CMYK Percentages of Color #ce57bd

%0
%58
%8
%19

Triadic Colors of #ce57bd

#ce57bd #bdce57 #57bdce

Analogous Colors of #ce57bd

#ce57bd #ce5782 #a457ce

Monochromatic Colors of #ce57bd

#ce57bd

Complementary Color

#ce57bd #57ce68

#ce57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce57bd Color CSS Codes

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

#ce57bd Text Font Color

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

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


#ce57bd Background Color

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

This div background color is #ce57bd


#ce57bd Border Color

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

This div border color is #ce57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce57bd

#ce57bd Color Palettes


Comments

No comments written yet.

Please login to write comment.