Color Hex Logo

#ce27fc Color Hex

#CE27FC
(206,39,252)
0 Favorites   0 Comments

Color spaces of #ce27fc

RGB 20639252
HSL0.800.970.57
HSV287°85°99°
CMYK 0.180.850.00   0.01
XYZ43.749821.601193.9590
Yxy21.60110.27460.1356
Hunter Lab46.477086.6912-87.3282
CIE-Lab53.601286.0499-70.4078

#ce27fc color RGB value is (206,39,252).

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

The process color (four color CMYK) of #ce27fc color hex is 0.18, 0.85, 0.00, 0.01. Web safe color of #ce27fc is #cc33ff. Color #ce27fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 11111100
Octal 316 47 374
Decimal 206 39 252
Hex CE 27 FC

RGB Percentages of Color #ce27fc

%41.45
%7.85
%50.70

CMYK Percentages of Color #ce27fc

%18
%85
%0
%1

Triadic Colors of #ce27fc

#ce27fc #fcce27 #27fcce

Analogous Colors of #ce27fc

#ce27fc #fc27c0 #6327fc

Monochromatic Colors of #ce27fc

#ce27fc

Complementary Color

#ce27fc #55fc27

#ce27fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce27fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce27fc Color CSS Codes

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

#ce27fc Text Font Color

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

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


#ce27fc Background Color

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

This div background color is #ce27fc


#ce27fc Border Color

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

This div border color is #ce27fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce27fc


Comments

No comments written yet.

Please login to write comment.