Color Hex Logo

#f35ddd Color Hex

#F35DDD
(243,93,221)
0 Favorites   0 Comments

Color spaces of #f35ddd

RGB 24393221
HSL0.860.860.66
HSV309°62°95°
CMYK 0.000.620.09   0.05
XYZ53.927632.103871.7610
Yxy32.10380.34180.2035
Hunter Lab56.660270.7359-35.4295
CIE-Lab63.428671.5661-37.1037

#f35ddd color RGB value is (243,93,221).

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

The process color (four color CMYK) of #f35ddd color hex is 0.00, 0.62, 0.09, 0.05. Web safe color of #f35ddd is #ff66cc. Color #f35ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011101 11011101
Octal 363 135 335
Decimal 243 93 221
Hex F3 5D DD

RGB Percentages of Color #f35ddd

%43.63
%16.70
%39.68

CMYK Percentages of Color #f35ddd

%0
%62
%9
%5

Triadic Colors of #f35ddd

#f35ddd #ddf35d #5dddf3

Analogous Colors of #f35ddd

#f35ddd #f35d92 #be5df3

Monochromatic Colors of #f35ddd

#f35ddd

Complementary Color

#f35ddd #5df373

#f35ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35ddd Color CSS Codes

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

#f35ddd Text Font Color

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

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


#f35ddd Background Color

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

This div background color is #f35ddd


#f35ddd Border Color

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

This div border color is #f35ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35ddd


Comments

No comments written yet.

Please login to write comment.