Color Hex Logo

#ff65ed Color Hex

#FF65ED
(255,101,237)
0 Favorites   0 Comments

Color spaces of #ff65ed

RGB 255101237
HSL0.851.000.70
HSV307°60°100°
CMYK 0.000.600.07   0.00
XYZ61.179736.681883.9765
Yxy36.68180.33650.2017
Hunter Lab60.565574.3206-39.8121
CIE-Lab67.037673.7901-40.2443

#ff65ed color RGB value is (255,101,237).

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

The process color (four color CMYK) of #ff65ed color hex is 0.00, 0.60, 0.07, 0.00. Web safe color of #ff65ed is #ff66ff. Color #ff65ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 11101101
Octal 377 145 355
Decimal 255 101 237
Hex FF 65 ED

RGB Percentages of Color #ff65ed

%43.00
%17.03
%39.97

CMYK Percentages of Color #ff65ed

%0
%60
%7
%0

Triadic Colors of #ff65ed

#ff65ed #edff65 #65edff

Analogous Colors of #ff65ed

#ff65ed #ff65a0 #c465ff

Monochromatic Colors of #ff65ed

#ff65ed

Complementary Color

#ff65ed #65ff77

#ff65ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff65ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff65ed Color CSS Codes

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

#ff65ed Text Font Color

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

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


#ff65ed Background Color

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

This div background color is #ff65ed


#ff65ed Border Color

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

This div border color is #ff65ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff65ed


Comments

No comments written yet.

Please login to write comment.