Color Hex Logo

#ce99fb Color Hex

#CE99FB
(206,153,251)
0 Favorites   0 Comments

Color spaces of #ce99fb

RGB 206153251
HSL0.760.920.79
HSV272°39°98°
CMYK 0.180.390.00   0.02
XYZ54.257442.869396.6817
Yxy42.86930.28000.2212
Hunter Lab65.474733.3384-41.7170
CIE-Lab71.466237.7634-41.4278

#ce99fb color RGB value is (206,153,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 11111011
Octal 316 231 373
Decimal 206 153 251
Hex CE 99 FB

RGB Percentages of Color #ce99fb

%33.77
%25.08
%41.15

CMYK Percentages of Color #ce99fb

%18
%39
%0
%2

Triadic Colors of #ce99fb

#ce99fb #fbce99 #99fbce

Analogous Colors of #ce99fb

#ce99fb #fb99f7 #9d99fb

Monochromatic Colors of #ce99fb

#ce99fb

Complementary Color

#ce99fb #c6fb99

#ce99fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99fb Color CSS Codes

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

#ce99fb Text Font Color

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

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


#ce99fb Background Color

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

This div background color is #ce99fb


#ce99fb Border Color

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

This div border color is #ce99fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99fb

Related Colors


Comments

No comments written yet.

Please login to write comment.