Color Hex Logo

#fe65cb Color Hex

#FE65CB
(254,101,203)
0 Favorites   0 Comments

Color spaces of #fe65cb

RGB 254101203
HSL0.890.990.70
HSV320°60°100°
CMYK 0.000.600.20   0.00
XYZ56.306234.690060.2281
Yxy34.69000.37230.2294
Hunter Lab58.898267.5726-19.4000
CIE-Lab65.506668.6075-23.6474

#fe65cb color RGB value is (254,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 11001011
Octal 376 145 313
Decimal 254 101 203
Hex FE 65 CB

RGB Percentages of Color #fe65cb

%45.52
%18.10
%36.38

CMYK Percentages of Color #fe65cb

%0
%60
%20
%0

Triadic Colors of #fe65cb

#fe65cb #cbfe65 #65cbfe

Analogous Colors of #fe65cb

#fe65cb #fe657f #e565fe

Monochromatic Colors of #fe65cb

#fe65cb

Complementary Color

#fe65cb #65fe98

#fe65cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe65cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe65cb Color CSS Codes

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

#fe65cb Text Font Color

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

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


#fe65cb Background Color

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

This div background color is #fe65cb


#fe65cb Border Color

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

This div border color is #fe65cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe65cb


Comments

No comments written yet.

Please login to write comment.