Color Hex Logo

#ce64fb Color Hex

#CE64FB
(206,100,251)
0 Favorites   0 Comments

Color spaces of #ce64fb

RGB 206100251
HSL0.780.950.69
HSV282°60°98°
CMYK 0.180.600.00   0.02
XYZ47.423429.201294.4037
Yxy29.20120.27730.1707
Hunter Lab54.038162.0833-65.7519
CIE-Lab60.958864.8525-58.0222

#ce64fb color RGB value is (206,100,251).

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

The process color (four color CMYK) of #ce64fb color hex is 0.18, 0.60, 0.00, 0.02. Web safe color of #ce64fb is #cc66ff. Color #ce64fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100100 11111011
Octal 316 144 373
Decimal 206 100 251
Hex CE 64 FB

RGB Percentages of Color #ce64fb

%36.98
%17.95
%45.06

CMYK Percentages of Color #ce64fb

%18
%60
%0
%2

Triadic Colors of #ce64fb

#ce64fb #fbce64 #64fbce

Analogous Colors of #ce64fb

#ce64fb #fb64dd #8364fb

Monochromatic Colors of #ce64fb

#ce64fb

Complementary Color

#ce64fb #91fb64

#ce64fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce64fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce64fb Color CSS Codes

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

#ce64fb Text Font Color

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

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


#ce64fb Background Color

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

This div background color is #ce64fb


#ce64fb Border Color

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

This div border color is #ce64fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce64fb


Comments

No comments written yet.

Please login to write comment.