Color Hex Logo

#ce91fb Color Hex

#CE91FB
(206,145,251)
0 Favorites   0 Comments

Color spaces of #ce91fb

RGB 206145251
HSL0.760.930.78
HSV275°42°98°
CMYK 0.180.420.00   0.02
XYZ52.991640.337696.2598
Yxy40.33760.27950.2128
Hunter Lab63.511937.7870-45.4027
CIE-Lab69.709342.0851-44.1769

#ce91fb color RGB value is (206,145,251).

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

The process color (four color CMYK) of #ce91fb color hex is 0.18, 0.42, 0.00, 0.02. Web safe color of #ce91fb is #cc99ff. Color #ce91fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010001 11111011
Octal 316 221 373
Decimal 206 145 251
Hex CE 91 FB

RGB Percentages of Color #ce91fb

%34.22
%24.09
%41.69

CMYK Percentages of Color #ce91fb

%18
%42
%0
%2

Triadic Colors of #ce91fb

#ce91fb #fbce91 #91fbce

Analogous Colors of #ce91fb

#ce91fb #fb91f3 #9991fb

Monochromatic Colors of #ce91fb

#ce91fb

Complementary Color

#ce91fb #befb91

#ce91fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce91fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce91fb Color CSS Codes

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

#ce91fb Text Font Color

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

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


#ce91fb Background Color

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

This div background color is #ce91fb


#ce91fb Border Color

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

This div border color is #ce91fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce91fb


Comments

No comments written yet.

Please login to write comment.