Color Hex Logo

#f095ca Color Hex

#F095CA
(240,149,202)
0 Favorites   0 Comments

Color spaces of #f095ca

RGB 240149202
HSL0.900.750.76
HSV325°38°94°
CMYK 0.000.380.16   0.06
XYZ57.343344.284461.4025
Yxy44.28440.35170.2716
Hunter Lab66.546537.3575-8.1243
CIE-Lab72.418241.3788-12.7911

#f095ca color RGB value is (240,149,202).

#f095ca hex color red value is 240, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f095ca hue: 0.90 , saturation: 0.75 and the lightness value of f095ca is 0.76.

The process color (four color CMYK) of #f095ca color hex is 0.00, 0.38, 0.16, 0.06. Web safe color of #f095ca is #ff99cc. Color #f095ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 11001010
Octal 360 225 312
Decimal 240 149 202
Hex F0 95 CA

RGB Percentages of Color #f095ca

%40.61
%25.21
%34.18

CMYK Percentages of Color #f095ca

%0
%38
%16
%6

Triadic Colors of #f095ca

#f095ca #caf095 #95caf0

Analogous Colors of #f095ca

#f095ca #f0959d #e995f0

Monochromatic Colors of #f095ca

#f095ca

Complementary Color

#f095ca #95f0bb

#f095ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f095ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f095ca Color CSS Codes

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

#f095ca Text Font Color

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

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


#f095ca Background Color

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

This div background color is #f095ca


#f095ca Border Color

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

This div border color is #f095ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,149,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f095ca


Comments

No comments written yet.

Please login to write comment.