Color Hex Logo

#f35bdb Color Hex

#F35BDB
(243,91,219)
0 Favorites   0 Comments

Color spaces of #f35bdb

RGB 24391219
HSL0.860.860.65
HSV309°63°95°
CMYK 0.000.630.10   0.05
XYZ53.489431.651370.3079
Yxy31.65130.34410.2036
Hunter Lab56.259571.2570-34.7135
CIE-Lab63.053672.0580-36.5673

#f35bdb color RGB value is (243,91,219).

#f35bdb hex color red value is 243, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f35bdb hue: 0.86 , saturation: 0.86 and the lightness value of f35bdb is 0.65.

The process color (four color CMYK) of #f35bdb color hex is 0.00, 0.63, 0.10, 0.05. Web safe color of #f35bdb is #ff66cc. Color #f35bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011011 11011011
Octal 363 133 333
Decimal 243 91 219
Hex F3 5B DB

RGB Percentages of Color #f35bdb

%43.94
%16.46
%39.60

CMYK Percentages of Color #f35bdb

%0
%63
%10
%5

Triadic Colors of #f35bdb

#f35bdb #dbf35b #5bdbf3

Analogous Colors of #f35bdb

#f35bdb #f35b8f #bf5bf3

Monochromatic Colors of #f35bdb

#f35bdb

Complementary Color

#f35bdb #5bf373

#f35bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35bdb Color CSS Codes

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

#f35bdb Text Font Color

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

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


#f35bdb Background Color

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

This div background color is #f35bdb


#f35bdb Border Color

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

This div border color is #f35bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35bdb


Comments

No comments written yet.

Please login to write comment.