Color Hex Logo

#ce32fb Color Hex

#CE32FB
(206,50,251)
0 Favorites   0 Comments

Color spaces of #ce32fb

RGB 20650251
HSL0.800.960.59
HSV287°80°98°
CMYK 0.180.800.00   0.02
XYZ44.006822.368193.2648
Yxy22.36810.27570.1401
Hunter Lab47.294983.3239-83.8124
CIE-Lab54.415483.2948-68.5339

#ce32fb color RGB value is (206,50,251).

#ce32fb hex color red value is 206, green value is 50 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ce32fb hue: 0.80 , saturation: 0.96 and the lightness value of ce32fb is 0.59.

The process color (four color CMYK) of #ce32fb color hex is 0.18, 0.80, 0.00, 0.02. Web safe color of #ce32fb is #cc33ff. Color #ce32fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 11111011
Octal 316 62 373
Decimal 206 50 251
Hex CE 32 FB

RGB Percentages of Color #ce32fb

%40.63
%9.86
%49.51

CMYK Percentages of Color #ce32fb

%18
%80
%0
%2

Triadic Colors of #ce32fb

#ce32fb #fbce32 #32fbce

Analogous Colors of #ce32fb

#ce32fb #fb32c4 #6a32fb

Monochromatic Colors of #ce32fb

#ce32fb

Complementary Color

#ce32fb #5ffb32

#ce32fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce32fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce32fb Color CSS Codes

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

#ce32fb Text Font Color

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

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


#ce32fb Background Color

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

This div background color is #ce32fb


#ce32fb Border Color

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

This div border color is #ce32fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce32fb


Comments

No comments written yet.

Please login to write comment.