Color Hex Logo

#ce54cd Color Hex

#CE54CD
(206,84,205)
0 Favorites   0 Comments

Color spaces of #ce54cd

RGB 20684205
HSL0.830.550.57
HSV300°59°81°
CMYK 0.000.590.00   0.19
XYZ39.643423.870260.2756
Yxy23.87020.32020.1928
Hunter Lab48.857159.3375-38.9467
CIE-Lab55.957663.4155-40.1543

#ce54cd color RGB value is (206,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 11001101
Octal 316 124 315
Decimal 206 84 205
Hex CE 54 CD

RGB Percentages of Color #ce54cd

%41.62
%16.97
%41.41

CMYK Percentages of Color #ce54cd

%0
%59
%0
%19

Triadic Colors of #ce54cd

#ce54cd #cdce54 #54cdce

Analogous Colors of #ce54cd

#ce54cd #ce5490 #9254ce

Monochromatic Colors of #ce54cd

#ce54cd

Complementary Color

#ce54cd #54ce55

#ce54cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce54cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce54cd Color CSS Codes

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

#ce54cd Text Font Color

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

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


#ce54cd Background Color

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

This div background color is #ce54cd


#ce54cd Border Color

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

This div border color is #ce54cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce54cd


Comments

No comments written yet.

Please login to write comment.