color codes Logo

#f933eb color codes

#F933EB
(249,51,235)
0 Favorites   0 Comments

Color spaces of #f933eb

RGB 24951235
HSL0.850.940.59
HSV304°80°98°
CMYK 0.000.800.06   0.02
XYZ55.246128.505581.1876
Yxy28.50550.33490.1728
Hunter Lab53.390591.2702-52.7852
CIE-Lab60.342788.2136-49.7340

#f933eb color RGB value is (249,51,235).

#f933eb hex color red value is 249, green value is 51 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f933eb hue: 0.85 , saturation: 0.94 and the lightness value of f933eb is 0.59.

The process color (four color CMYK) of #f933eb color code is 0.00, 0.80, 0.06, 0.02. Web safe color of #f933eb is #ff33ff. Color #f933eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 11101011
Octal 371 63 353
Decimal 249 51 235
Hex F9 33 EB

RGB Percentages of Color #f933eb

%46.54
%9.53
%43.93

CMYK Percentages of Color #f933eb

%0
%80
%6
%2

Triadic Colors of #f933eb

#f933eb #ebf933 #33ebf9

Analogous Colors of #f933eb

#f933eb #f93388 #a433f9

Monochromatic Colors of #f933eb

#f933eb

Complementary Color

#f933eb #33f941

#f933eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f933eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f933eb Color CSS Codes

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

#f933eb Text Font Color

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

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


#f933eb Background Color

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

This div background color is #f933eb


#f933eb Border Color

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

This div border color is #f933eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,51,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f933eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f933eb;
  -webkit-box-shadow: 1px 1px 3px 2px #f933eb;
  box-shadow:         1px 1px 3px 2px #f933eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,51,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f933eb


Comments

No comments written yet.

Please login to write comment.