Color Hex Logo

#ce97fc Color Hex

#CE97FC
(206,151,252)
0 Favorites   0 Comments

Color spaces of #ce97fc

RGB 206151252
HSL0.760.940.79
HSV273°40°99°
CMYK 0.180.400.00   0.01
XYZ54.090942.283397.4061
Yxy42.28330.27910.2182
Hunter Lab65.025634.6886-43.2964
CIE-Lab71.065839.0644-42.5970

#ce97fc color RGB value is (206,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11111100
Octal 316 227 374
Decimal 206 151 252
Hex CE 97 FC

RGB Percentages of Color #ce97fc

%33.83
%24.79
%41.38

CMYK Percentages of Color #ce97fc

%18
%40
%0
%1

Triadic Colors of #ce97fc

#ce97fc #fcce97 #97fcce

Analogous Colors of #ce97fc

#ce97fc #fc97f8 #9c97fc

Monochromatic Colors of #ce97fc

#ce97fc

Complementary Color

#ce97fc #c5fc97

#ce97fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97fc Color CSS Codes

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

#ce97fc Text Font Color

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

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


#ce97fc Background Color

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

This div background color is #ce97fc


#ce97fc Border Color

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

This div border color is #ce97fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97fc


Comments

No comments written yet.

Please login to write comment.