Color Hex Logo

#ce34fa Color Hex

#CE34FA
(206,52,250)
0 Favorites   0 Comments

Color spaces of #ce34fa

RGB 20652250
HSL0.800.950.59
HSV287°79°98°
CMYK 0.180.790.00   0.02
XYZ43.936922.479992.4658
Yxy22.47990.27650.1415
Hunter Lab47.413082.4406-82.4396
CIE-Lab54.532582.5851-67.7880

#ce34fa color RGB value is (206,52,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 11111010
Octal 316 64 372
Decimal 206 52 250
Hex CE 34 FA

RGB Percentages of Color #ce34fa

%40.55
%10.24
%49.21

CMYK Percentages of Color #ce34fa

%18
%79
%0
%2

Triadic Colors of #ce34fa

#ce34fa #face34 #34face

Analogous Colors of #ce34fa

#ce34fa #fa34c3 #6b34fa

Monochromatic Colors of #ce34fa

#ce34fa

Complementary Color

#ce34fa #60fa34

#ce34fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce34fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce34fa Color CSS Codes

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

#ce34fa Text Font Color

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

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


#ce34fa Background Color

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

This div background color is #ce34fa


#ce34fa Border Color

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

This div border color is #ce34fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce34fa


Comments

No comments written yet.

Please login to write comment.