Color Hex Logo

#f35ecd Color Hex

#F35ECD
(243,94,205)
0 Favorites   0 Comments

Color spaces of #f35ecd

RGB 24394205
HSL0.880.860.66
HSV315°61°95°
CMYK 0.000.610.16   0.05
XYZ51.984331.467961.0916
Yxy31.46790.35960.2177
Hunter Lab56.096367.2472-25.3024
CIE-Lab62.900668.8086-28.9213

#f35ecd color RGB value is (243,94,205).

#f35ecd hex color red value is 243, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f35ecd hue: 0.88 , saturation: 0.86 and the lightness value of f35ecd is 0.66.

The process color (four color CMYK) of #f35ecd color hex is 0.00, 0.61, 0.16, 0.05. Web safe color of #f35ecd is #ff66cc. Color #f35ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011110 11001101
Octal 363 136 315
Decimal 243 94 205
Hex F3 5E CD

RGB Percentages of Color #f35ecd

%44.83
%17.34
%37.82

CMYK Percentages of Color #f35ecd

%0
%61
%16
%5

Triadic Colors of #f35ecd

#f35ecd #cdf35e #5ecdf3

Analogous Colors of #f35ecd

#f35ecd #f35e83 #cf5ef3

Monochromatic Colors of #f35ecd

#f35ecd

Complementary Color

#f35ecd #5ef384

#f35ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35ecd Color CSS Codes

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

#f35ecd Text Font Color

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

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


#f35ecd Background Color

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

This div background color is #f35ecd


#f35ecd Border Color

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

This div border color is #f35ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,94,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f35ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f35ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #f35ecd;
  box-shadow:         1px 1px 3px 2px #f35ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,94,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35ecd


Comments

No comments written yet.

Please login to write comment.