Color Hex Logo

#ce34fb Color Hex

#CE34FB
(206,52,251)
0 Favorites   0 Comments

Color spaces of #ce34fb

RGB 20652251
HSL0.800.960.59
HSV286°79°98°
CMYK 0.180.790.00   0.02
XYZ44.094222.542893.2940
Yxy22.54280.27570.1410
Hunter Lab47.479382.6850-83.2659
CIE-Lab54.598382.7626-68.2385

#ce34fb color RGB value is (206,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 11111011
Octal 316 64 373
Decimal 206 52 251
Hex CE 34 FB

RGB Percentages of Color #ce34fb

%40.47
%10.22
%49.31

CMYK Percentages of Color #ce34fb

%18
%79
%0
%2

Triadic Colors of #ce34fb

#ce34fb #fbce34 #34fbce

Analogous Colors of #ce34fb

#ce34fb #fb34c5 #6b34fb

Monochromatic Colors of #ce34fb

#ce34fb

Complementary Color

#ce34fb #61fb34

#ce34fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce34fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce34fb Color CSS Codes

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

#ce34fb Text Font Color

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

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


#ce34fb Background Color

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

This div background color is #ce34fb


#ce34fb Border Color

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

This div border color is #ce34fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce34fb

Related Colors


Comments

No comments written yet.

Please login to write comment.