Color Hex Logo

#ce97fa Color Hex

#CE97FA
(206,151,250)
0 Favorites   0 Comments

Color spaces of #ce97fa

RGB 206151250
HSL0.760.910.79
HSV273°40°98°
CMYK 0.180.400.00   0.02
XYZ53.775542.157295.7453
Yxy42.15720.28060.2199
Hunter Lab64.928634.2132-41.9805
CIE-Lab70.979238.6309-41.6449

#ce97fa color RGB value is (206,151,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11111010
Octal 316 227 372
Decimal 206 151 250
Hex CE 97 FA

RGB Percentages of Color #ce97fa

%33.94
%24.88
%41.19

CMYK Percentages of Color #ce97fa

%18
%40
%0
%2

Triadic Colors of #ce97fa

#ce97fa #face97 #97face

Analogous Colors of #ce97fa

#ce97fa #fa97f5 #9d97fa

Monochromatic Colors of #ce97fa

#ce97fa

Complementary Color

#ce97fa #c3fa97

#ce97fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97fa Color CSS Codes

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

#ce97fa Text Font Color

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

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


#ce97fa Background Color

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

This div background color is #ce97fa


#ce97fa Border Color

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

This div border color is #ce97fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97fa


Comments

No comments written yet.

Please login to write comment.