Color Hex Logo

#fe65ba Color Hex

#FE65BA
(254,101,186)
0 Favorites   0 Comments

Color spaces of #fe65ba

RGB 254101186
HSL0.910.990.70
HSV327°60°100°
CMYK 0.000.600.27   0.00
XYZ54.389733.923450.1356
Yxy33.92340.39290.2450
Hunter Lab58.243864.7617-10.2655
CIE-Lab64.901766.3952-14.9539

#fe65ba color RGB value is (254,101,186).

#fe65ba hex color red value is 254, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe65ba hue: 0.91 , saturation: 0.99 and the lightness value of fe65ba is 0.70.

The process color (four color CMYK) of #fe65ba color hex is 0.00, 0.60, 0.27, 0.00. Web safe color of #fe65ba is #ff66cc. Color #fe65ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 10111010
Octal 376 145 272
Decimal 254 101 186
Hex FE 65 BA

RGB Percentages of Color #fe65ba

%46.95
%18.67
%34.38

CMYK Percentages of Color #fe65ba

%0
%60
%27
%0

Triadic Colors of #fe65ba

#fe65ba #bafe65 #65bafe

Analogous Colors of #fe65ba

#fe65ba #fe656e #f665fe

Monochromatic Colors of #fe65ba

#fe65ba

Complementary Color

#fe65ba #65fea9

#fe65ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe65ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe65ba Color CSS Codes

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

#fe65ba Text Font Color

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

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


#fe65ba Background Color

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

This div background color is #fe65ba


#fe65ba Border Color

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

This div border color is #fe65ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe65ba


Comments

No comments written yet.

Please login to write comment.