Color Hex Logo

#ce53bd Color Hex

#CE53BD
(206,83,189)
0 Favorites   0 Comments

Color spaces of #ce53bd

RGB 20683189
HSL0.860.560.57
HSV308°60°81°
CMYK 0.000.600.08   0.19
XYZ37.732222.982450.5915
Yxy22.98240.33900.2065
Hunter Lab47.940056.5974-29.0113
CIE-Lab55.054261.2070-32.3991

#ce53bd color RGB value is (206,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 10111101
Octal 316 123 275
Decimal 206 83 189
Hex CE 53 BD

RGB Percentages of Color #ce53bd

%43.10
%17.36
%39.54

CMYK Percentages of Color #ce53bd

%0
%60
%8
%19

Triadic Colors of #ce53bd

#ce53bd #bdce53 #53bdce

Analogous Colors of #ce53bd

#ce53bd #ce5380 #a253ce

Monochromatic Colors of #ce53bd

#ce53bd

Complementary Color

#ce53bd #53ce64

#ce53bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce53bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce53bd Color CSS Codes

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

#ce53bd Text Font Color

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

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


#ce53bd Background Color

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

This div background color is #ce53bd


#ce53bd Border Color

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

This div border color is #ce53bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce53bd


Comments

No comments written yet.

Please login to write comment.