Color Hex Logo

#ce50cd Color Hex

#CE50CD
(206,80,205)
0 Favorites   0 Comments

Color spaces of #ce50cd

RGB 20680205
HSL0.830.560.56
HSV300°61°81°
CMYK 0.000.610.00   0.19
XYZ39.341723.266960.1750
Yxy23.26690.32040.1895
Hunter Lab48.235861.1742-40.2003
CIE-Lab55.346265.1008-41.1171

#ce50cd color RGB value is (206,80,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 11001101
Octal 316 120 315
Decimal 206 80 205
Hex CE 50 CD

RGB Percentages of Color #ce50cd

%41.96
%16.29
%41.75

CMYK Percentages of Color #ce50cd

%0
%61
%0
%19

Triadic Colors of #ce50cd

#ce50cd #cdce50 #50cdce

Analogous Colors of #ce50cd

#ce50cd #ce508e #9050ce

Monochromatic Colors of #ce50cd

#ce50cd

Complementary Color

#ce50cd #50ce51

#ce50cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce50cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce50cd Color CSS Codes

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

#ce50cd Text Font Color

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

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


#ce50cd Background Color

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

This div background color is #ce50cd


#ce50cd Border Color

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

This div border color is #ce50cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce50cd


Comments

No comments written yet.

Please login to write comment.