Color Hex Logo

#ce18fc Color Hex

#CE18FC
(206,24,252)
0 Favorites   0 Comments

Color spaces of #ce18fc

RGB 20624252
HSL0.800.970.54
HSV288°90°99°
CMYK 0.180.900.00   0.01
XYZ43.350920.803493.8261
Yxy20.80340.27440.1317
Hunter Lab45.610789.8372-90.0382
CIE-Lab52.733788.6124-71.8137

#ce18fc color RGB value is (206,24,252).

#ce18fc hex color red value is 206, green value is 24 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce18fc hue: 0.80 , saturation: 0.97 and the lightness value of ce18fc is 0.54.

The process color (four color CMYK) of #ce18fc color hex is 0.18, 0.90, 0.00, 0.01. Web safe color of #ce18fc is #cc00ff. Color #ce18fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011000 11111100
Octal 316 30 374
Decimal 206 24 252
Hex CE 18 FC

RGB Percentages of Color #ce18fc

%42.74
%4.98
%52.28

CMYK Percentages of Color #ce18fc

%18
%90
%0
%1

Triadic Colors of #ce18fc

#ce18fc #fcce18 #18fcce

Analogous Colors of #ce18fc

#ce18fc #fc18b8 #5c18fc

Monochromatic Colors of #ce18fc

#ce18fc

Complementary Color

#ce18fc #46fc18

#ce18fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce18fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce18fc Color CSS Codes

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

#ce18fc Text Font Color

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

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


#ce18fc Background Color

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

This div background color is #ce18fc


#ce18fc Border Color

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

This div border color is #ce18fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce18fc


Comments

No comments written yet.

Please login to write comment.