Color Hex Logo

#e968ff Color Hex

#E968FF
(233,104,255)
0 Favorites   0 Comments

Color spaces of #e968ff

RGB 233104255
HSL0.811.000.70
HSV291°59°100°
CMYK 0.090.590.00   0.00
XYZ56.604634.444398.2728
Yxy34.44430.29900.1819
Hunter Lab58.689369.4534-58.1962
CIE-Lab65.313770.1795-53.0843

#e968ff color RGB value is (233,104,255).

#e968ff hex color red value is 233, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e968ff hue: 0.81 , saturation: 1.00 and the lightness value of e968ff is 0.70.

The process color (four color CMYK) of #e968ff color hex is 0.09, 0.59, 0.00, 0.00. Web safe color of #e968ff is #ff66ff. Color #e968ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 11111111
Octal 351 150 377
Decimal 233 104 255
Hex E9 68 FF

RGB Percentages of Color #e968ff

%39.36
%17.57
%43.07

CMYK Percentages of Color #e968ff

%9
%59
%0
%0

Triadic Colors of #e968ff

#e968ff #ffe968 #68ffe9

Analogous Colors of #e968ff

#e968ff #ff68ca #9e68ff

Monochromatic Colors of #e968ff

#e968ff

Complementary Color

#e968ff #7eff68

#e968ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e968ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e968ff Color CSS Codes

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

#e968ff Text Font Color

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

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


#e968ff Background Color

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

This div background color is #e968ff


#e968ff Border Color

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

This div border color is #e968ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e968ff


Comments

No comments written yet.

Please login to write comment.