Color Hex Logo

#f795ca Color Hex

#F795CA
(247,149,202)
0 Favorites   0 Comments

Color spaces of #f795ca

RGB 247149202
HSL0.910.860.78
HSV328°40°97°
CMYK 0.000.400.18   0.03
XYZ59.765945.533361.5159
Yxy45.53330.35830.2730
Hunter Lab67.478440.0111-6.8162
CIE-Lab73.241743.6971-11.4730

#f795ca color RGB value is (247,149,202).

#f795ca hex color red value is 247, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f795ca hue: 0.91 , saturation: 0.86 and the lightness value of f795ca is 0.78.

The process color (four color CMYK) of #f795ca color hex is 0.00, 0.40, 0.18, 0.03. Web safe color of #f795ca is #ff99cc. Color #f795ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010101 11001010
Octal 367 225 312
Decimal 247 149 202
Hex F7 95 CA

RGB Percentages of Color #f795ca

%41.30
%24.92
%33.78

CMYK Percentages of Color #f795ca

%0
%40
%18
%3

Triadic Colors of #f795ca

#f795ca #caf795 #95caf7

Analogous Colors of #f795ca

#f795ca #f79599 #f395f7

Monochromatic Colors of #f795ca

#f795ca

Complementary Color

#f795ca #95f7c2

#f795ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f795ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f795ca Color CSS Codes

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

#f795ca Text Font Color

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

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


#f795ca Background Color

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

This div background color is #f795ca


#f795ca Border Color

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

This div border color is #f795ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f795ca

Related Colors


Comments

No comments written yet.

Please login to write comment.