Color Hex Logo

#ce33cd Color Hex

#CE33CD
(206,51,205)
0 Favorites   0 Comments

Color spaces of #ce33cd

RGB 20651205
HSL0.830.610.50
HSV300°75°81°
CMYK 0.000.750.00   0.19
XYZ37.656919.897259.6134
Yxy19.89720.32140.1698
Hunter Lab44.606372.6298-48.0128
CIE-Lab51.720875.3305-46.8556

#ce33cd color RGB value is (206,51,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 11001101
Octal 316 63 315
Decimal 206 51 205
Hex CE 33 CD

RGB Percentages of Color #ce33cd

%44.59
%11.04
%44.37

CMYK Percentages of Color #ce33cd

%0
%75
%0
%19

Triadic Colors of #ce33cd

#ce33cd #cdce33 #33cdce

Analogous Colors of #ce33cd

#ce33cd #ce3380 #8233ce

Monochromatic Colors of #ce33cd

#ce33cd

Complementary Color

#ce33cd #33ce34

#ce33cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce33cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce33cd Color CSS Codes

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

#ce33cd Text Font Color

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

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


#ce33cd Background Color

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

This div background color is #ce33cd


#ce33cd Border Color

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

This div border color is #ce33cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce33cd


Comments

No comments written yet.

Please login to write comment.