Color Hex Logo

#ce31cd Color Hex

#CE31CD
(206,49,205)
0 Favorites   0 Comments

Color spaces of #ce31cd

RGB 20649205
HSL0.830.620.50
HSV300°76°81°
CMYK 0.000.760.00   0.19
XYZ37.571419.726259.5849
Yxy19.72620.32140.1688
Hunter Lab44.414273.2741-48.4520
CIE-Lab51.526275.8910-47.1650

#ce31cd color RGB value is (206,49,205).

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

The process color (four color CMYK) of #ce31cd color hex is 0.00, 0.76, 0.00, 0.19. Web safe color of #ce31cd is #cc33cc. Color #ce31cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 11001101
Octal 316 61 315
Decimal 206 49 205
Hex CE 31 CD

RGB Percentages of Color #ce31cd

%44.78
%10.65
%44.57

CMYK Percentages of Color #ce31cd

%0
%76
%0
%19

Triadic Colors of #ce31cd

#ce31cd #cdce31 #31cdce

Analogous Colors of #ce31cd

#ce31cd #ce317f #8131ce

Monochromatic Colors of #ce31cd

#ce31cd

Complementary Color

#ce31cd #31ce32

#ce31cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce31cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce31cd Color CSS Codes

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

#ce31cd Text Font Color

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

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


#ce31cd Background Color

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

This div background color is #ce31cd


#ce31cd Border Color

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

This div border color is #ce31cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce31cd


Comments

No comments written yet.

Please login to write comment.