Color Hex Logo

#f965ec Color Hex

#F965EC
(249,101,236)
0 Favorites   0 Comments

Color spaces of #f965ec

RGB 249101236
HSL0.850.930.69
HSV305°59°98°
CMYK 0.000.590.05   0.02
XYZ58.860935.503283.1074
Yxy35.50320.33170.2001
Hunter Lab59.584672.0591-40.9874
CIE-Lab66.138672.1407-41.1595

#f965ec color RGB value is (249,101,236).

#f965ec hex color red value is 249, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f965ec hue: 0.85 , saturation: 0.93 and the lightness value of f965ec is 0.69.

The process color (four color CMYK) of #f965ec color hex is 0.00, 0.59, 0.05, 0.02. Web safe color of #f965ec is #ff66ff. Color #f965ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 11101100
Octal 371 145 354
Decimal 249 101 236
Hex F9 65 EC

RGB Percentages of Color #f965ec

%42.49
%17.24
%40.27

CMYK Percentages of Color #f965ec

%0
%59
%5
%2

Triadic Colors of #f965ec

#f965ec #ecf965 #65ecf9

Analogous Colors of #f965ec

#f965ec #f965a2 #bc65f9

Monochromatic Colors of #f965ec

#f965ec

Complementary Color

#f965ec #65f972

#f965ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f965ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f965ec Color CSS Codes

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

#f965ec Text Font Color

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

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


#f965ec Background Color

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

This div background color is #f965ec


#f965ec Border Color

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

This div border color is #f965ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f965ec


Comments

No comments written yet.

Please login to write comment.