Color Hex Logo

#ce14fa Color Hex

#CE14FA
(206,20,250)
0 Favorites   0 Comments

Color spaces of #ce14fa

RGB 20620250
HSL0.800.960.53
HSV289°92°98°
CMYK 0.180.920.00   0.02
XYZ42.959120.524392.1399
Yxy20.52430.27600.1319
Hunter Lab45.303889.9803-88.8729
CIE-Lab52.424988.7803-71.1991

#ce14fa color RGB value is (206,20,250).

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

The process color (four color CMYK) of #ce14fa color hex is 0.18, 0.92, 0.00, 0.02. Web safe color of #ce14fa is #cc00ff. Color #ce14fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 11111010
Octal 316 24 372
Decimal 206 20 250
Hex CE 14 FA

RGB Percentages of Color #ce14fa

%43.28
%4.20
%52.52

CMYK Percentages of Color #ce14fa

%18
%92
%0
%2

Triadic Colors of #ce14fa

#ce14fa #face14 #14face

Analogous Colors of #ce14fa

#ce14fa #fa14b3 #5b14fa

Monochromatic Colors of #ce14fa

#ce14fa

Complementary Color

#ce14fa #40fa14

#ce14fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce14fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce14fa Color CSS Codes

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

#ce14fa Text Font Color

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

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


#ce14fa Background Color

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

This div background color is #ce14fa


#ce14fa Border Color

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

This div border color is #ce14fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce14fa

Related Colors


Comments

No comments written yet.

Please login to write comment.