Color Hex Logo

#ce95ff Color Hex

#CE95FF
(206,149,255)
0 Favorites   0 Comments

Color spaces of #ce95ff

RGB 206149255
HSL0.761.000.79
HSV272°42°100°
CMYK 0.190.420.00   0.00
XYZ54.251041.836799.8237
Yxy41.83670.27690.2135
Hunter Lab64.681336.5234-46.2263
CIE-Lab70.758240.7987-44.7087

#ce95ff color RGB value is (206,149,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 11111111
Octal 316 225 377
Decimal 206 149 255
Hex CE 95 FF

RGB Percentages of Color #ce95ff

%33.77
%24.43
%41.80

CMYK Percentages of Color #ce95ff

%19
%42
%0
%0

Triadic Colors of #ce95ff

#ce95ff #ffce95 #95ffce

Analogous Colors of #ce95ff

#ce95ff #ff95fb #9995ff

Monochromatic Colors of #ce95ff

#ce95ff

Complementary Color

#ce95ff #c6ff95

#ce95ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce95ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce95ff Color CSS Codes

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

#ce95ff Text Font Color

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

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


#ce95ff Background Color

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

This div background color is #ce95ff


#ce95ff Border Color

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

This div border color is #ce95ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce95ff

Related Colors

#ce95ff Color Palettes


Comments

No comments written yet.

Please login to write comment.