Color Hex Logo

#ce40fb Color Hex

#CE40FB
(206,64,251)
0 Favorites   0 Comments

Color spaces of #ce40fb

RGB 20664251
HSL0.790.960.62
HSV286°75°98°
CMYK 0.180.750.00   0.02
XYZ44.699623.753693.4958
Yxy23.75360.27600.1467
Hunter Lab48.737778.4198-79.6225
CIE-Lab55.840279.1726-66.2340

#ce40fb color RGB value is (206,64,251).

#ce40fb hex color red value is 206, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ce40fb hue: 0.79 , saturation: 0.96 and the lightness value of ce40fb is 0.62.

The process color (four color CMYK) of #ce40fb color hex is 0.18, 0.75, 0.00, 0.02. Web safe color of #ce40fb is #cc33ff. Color #ce40fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 11111011
Octal 316 100 373
Decimal 206 64 251
Hex CE 40 FB

RGB Percentages of Color #ce40fb

%39.54
%12.28
%48.18

CMYK Percentages of Color #ce40fb

%18
%75
%0
%2

Triadic Colors of #ce40fb

#ce40fb #fbce40 #40fbce

Analogous Colors of #ce40fb

#ce40fb #fb40cb #7140fb

Monochromatic Colors of #ce40fb

#ce40fb

Complementary Color

#ce40fb #6dfb40

#ce40fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce40fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce40fb Color CSS Codes

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

#ce40fb Text Font Color

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

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


#ce40fb Background Color

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

This div background color is #ce40fb


#ce40fb Border Color

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

This div border color is #ce40fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce40fb


Comments

No comments written yet.

Please login to write comment.