Color Hex Logo

#ce33cb Color Hex

#CE33CB
(206,51,203)
0 Favorites   0 Comments

Color spaces of #ce33cb

RGB 20651203
HSL0.840.610.50
HSV301°75°81°
CMYK 0.000.750.01   0.19
XYZ37.416919.801358.3498
Yxy19.80130.32380.1713
Hunter Lab44.498772.2199-46.5962
CIE-Lab51.611875.0184-45.8792

#ce33cb color RGB value is (206,51,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 11001011
Octal 316 63 313
Decimal 206 51 203
Hex CE 33 CB

RGB Percentages of Color #ce33cb

%44.78
%11.09
%44.13

CMYK Percentages of Color #ce33cb

%0
%75
%1
%19

Triadic Colors of #ce33cb

#ce33cb #cbce33 #33cbce

Analogous Colors of #ce33cb

#ce33cb #ce337e #8433ce

Monochromatic Colors of #ce33cb

#ce33cb

Complementary Color

#ce33cb #33ce36

#ce33cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce33cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce33cb Color CSS Codes

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

#ce33cb Text Font Color

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

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


#ce33cb Background Color

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

This div background color is #ce33cb


#ce33cb Border Color

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

This div border color is #ce33cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce33cb


Comments

No comments written yet.

Please login to write comment.