Color Hex Logo

#ef6bff Color Hex

#EF6BFF
(239,107,255)
0 Favorites   0 Comments

Color spaces of #ef6bff

RGB 239107255
HSL0.821.000.71
HSV294°58°100°
CMYK 0.060.580.00   0.00
XYZ58.904336.086198.4685
Yxy36.08610.30450.1865
Hunter Lab60.071769.9056-55.1369
CIE-Lab66.585770.3184-51.0195

#ef6bff color RGB value is (239,107,255).

#ef6bff hex color red value is 239, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef6bff hue: 0.82 , saturation: 1.00 and the lightness value of ef6bff is 0.71.

The process color (four color CMYK) of #ef6bff color hex is 0.06, 0.58, 0.00, 0.00. Web safe color of #ef6bff is #ff66ff. Color #ef6bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101011 11111111
Octal 357 153 377
Decimal 239 107 255
Hex EF 6B FF

RGB Percentages of Color #ef6bff

%39.77
%17.80
%42.43

CMYK Percentages of Color #ef6bff

%6
%58
%0
%0

Triadic Colors of #ef6bff

#ef6bff #ffef6b #6bffef

Analogous Colors of #ef6bff

#ef6bff #ff6bc5 #a56bff

Monochromatic Colors of #ef6bff

#ef6bff

Complementary Color

#ef6bff #7bff6b

#ef6bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6bff Color CSS Codes

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

#ef6bff Text Font Color

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

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


#ef6bff Background Color

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

This div background color is #ef6bff


#ef6bff Border Color

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

This div border color is #ef6bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6bff

#ef6bff Color Palettes


Comments

No comments written yet.

Please login to write comment.