Color Hex Logo

#ce95fc Color Hex

#CE95FC
(206,149,252)
0 Favorites   0 Comments

Color spaces of #ce95fc

RGB 206149252
HSL0.760.940.79
HSV273°41°99°
CMYK 0.180.410.00   0.01
XYZ53.771741.645097.2997
Yxy41.64500.27900.2161
Hunter Lab64.532935.8015-44.2216
CIE-Lab70.625540.1457-43.2860

#ce95fc color RGB value is (206,149,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 11111100
Octal 316 225 374
Decimal 206 149 252
Hex CE 95 FC

RGB Percentages of Color #ce95fc

%33.94
%24.55
%41.52

CMYK Percentages of Color #ce95fc

%18
%41
%0
%1

Triadic Colors of #ce95fc

#ce95fc #fcce95 #95fcce

Analogous Colors of #ce95fc

#ce95fc #fc95f7 #9b95fc

Monochromatic Colors of #ce95fc

#ce95fc

Complementary Color

#ce95fc #c3fc95

#ce95fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce95fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce95fc Color CSS Codes

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

#ce95fc Text Font Color

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

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


#ce95fc Background Color

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

This div background color is #ce95fc


#ce95fc Border Color

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

This div border color is #ce95fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce95fc

Related Colors


Comments

No comments written yet.

Please login to write comment.