Color Hex Logo

#ce33cc Color Hex

#CE33CC
(206,51,204)
0 Favorites   0 Comments

Color spaces of #ce33cc

RGB 20651204
HSL0.840.610.50
HSV301°75°81°
CMYK 0.000.750.01   0.19
XYZ37.536519.849158.9796
Yxy19.84910.32260.1706
Hunter Lab44.552372.4243-47.3031
CIE-Lab51.666275.1742-46.3678

#ce33cc color RGB value is (206,51,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 11001100
Octal 316 63 314
Decimal 206 51 204
Hex CE 33 CC

RGB Percentages of Color #ce33cc

%44.69
%11.06
%44.25

CMYK Percentages of Color #ce33cc

%0
%75
%1
%19

Triadic Colors of #ce33cc

#ce33cc #ccce33 #33ccce

Analogous Colors of #ce33cc

#ce33cc #ce337f #8333ce

Monochromatic Colors of #ce33cc

#ce33cc

Complementary Color

#ce33cc #33ce35

#ce33cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce33cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce33cc Color CSS Codes

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

#ce33cc Text Font Color

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

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


#ce33cc Background Color

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

This div background color is #ce33cc


#ce33cc Border Color

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

This div border color is #ce33cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce33cc


Comments

No comments written yet.

Please login to write comment.