Color Hex Logo

#f065cb Color Hex

#F065CB
(240,101,203)
0 Favorites   0 Comments

Color spaces of #f065cb

RGB 240101203
HSL0.880.820.67
HSV316°58°94°
CMYK 0.000.580.15   0.06
XYZ51.368432.144459.9970
Yxy32.14440.35790.2240
Hunter Lab56.696062.5086-23.0548
CIE-Lab63.462064.7675-26.9622

#f065cb color RGB value is (240,101,203).

#f065cb hex color red value is 240, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f065cb hue: 0.88 , saturation: 0.82 and the lightness value of f065cb is 0.67.

The process color (four color CMYK) of #f065cb color hex is 0.00, 0.58, 0.15, 0.06. Web safe color of #f065cb is #ff66cc. Color #f065cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 11001011
Octal 360 145 313
Decimal 240 101 203
Hex F0 65 CB

RGB Percentages of Color #f065cb

%44.12
%18.57
%37.32

CMYK Percentages of Color #f065cb

%0
%58
%15
%6

Triadic Colors of #f065cb

#f065cb #cbf065 #65cbf0

Analogous Colors of #f065cb

#f065cb #f06586 #d065f0

Monochromatic Colors of #f065cb

#f065cb

Complementary Color

#f065cb #65f08a

#f065cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f065cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f065cb Color CSS Codes

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

#f065cb Text Font Color

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

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


#f065cb Background Color

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

This div background color is #f065cb


#f065cb Border Color

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

This div border color is #f065cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f065cb


Comments

No comments written yet.

Please login to write comment.