Color Hex Logo

#f335cd Color Hex

#F335CD
(243,53,205)
0 Favorites   0 Comments

Color spaces of #f335cd

RGB 24353205
HSL0.870.890.58
HSV312°78°95°
CMYK 0.000.780.16   0.05
XYZ49.254726.008760.1818
Yxy26.00870.36370.1920
Hunter Lab50.998783.1480-34.2669
CIE-Lab58.045382.4510-36.4696

#f335cd color RGB value is (243,53,205).

#f335cd hex color red value is 243, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f335cd hue: 0.87 , saturation: 0.89 and the lightness value of f335cd is 0.58.

The process color (four color CMYK) of #f335cd color hex is 0.00, 0.78, 0.16, 0.05. Web safe color of #f335cd is #ff33cc. Color #f335cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110101 11001101
Octal 363 65 315
Decimal 243 53 205
Hex F3 35 CD

RGB Percentages of Color #f335cd

%48.50
%10.58
%40.92

CMYK Percentages of Color #f335cd

%0
%78
%16
%5

Triadic Colors of #f335cd

#f335cd #cdf335 #35cdf3

Analogous Colors of #f335cd

#f335cd #f3356e #ba35f3

Monochromatic Colors of #f335cd

#f335cd

Complementary Color

#f335cd #35f35b

#f335cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f335cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f335cd Color CSS Codes

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

#f335cd Text Font Color

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

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


#f335cd Background Color

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

This div background color is #f335cd


#f335cd Border Color

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

This div border color is #f335cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f335cd


Comments

No comments written yet.

Please login to write comment.