Color Hex Logo

#ce61fe Color Hex

#CE61FE
(206,97,254)
0 Favorites   0 Comments

Color spaces of #ce61fe

RGB 20697254
HSL0.780.990.69
HSV282°62°100°
CMYK 0.190.620.00   0.00
XYZ47.617728.827096.8204
Yxy28.82700.27480.1664
Hunter Lab53.690864.3506-69.3339
CIE-Lab60.628666.8164-60.2051

#ce61fe color RGB value is (206,97,254).

#ce61fe hex color red value is 206, green value is 97 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce61fe hue: 0.78 , saturation: 0.99 and the lightness value of ce61fe is 0.69.

The process color (four color CMYK) of #ce61fe color hex is 0.19, 0.62, 0.00, 0.00. Web safe color of #ce61fe is #cc66ff. Color #ce61fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 11111110
Octal 316 141 376
Decimal 206 97 254
Hex CE 61 FE

RGB Percentages of Color #ce61fe

%36.98
%17.41
%45.60

CMYK Percentages of Color #ce61fe

%19
%62
%0
%0

Triadic Colors of #ce61fe

#ce61fe #fece61 #61fece

Analogous Colors of #ce61fe

#ce61fe #fe61e0 #8061fe

Monochromatic Colors of #ce61fe

#ce61fe

Complementary Color

#ce61fe #91fe61

#ce61fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce61fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce61fe Color CSS Codes

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

#ce61fe Text Font Color

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

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


#ce61fe Background Color

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

This div background color is #ce61fe


#ce61fe Border Color

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

This div border color is #ce61fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce61fe

Related Colors


Comments

No comments written yet.

Please login to write comment.