Color Hex Logo

#f33edc Color Hex

#F33EDC
(243,62,220)
0 Favorites   0 Comments

Color spaces of #f33edc

RGB 24362220
HSL0.850.880.60
HSV308°74°95°
CMYK 0.000.740.09   0.05
XYZ51.603027.667270.3307
Yxy27.66720.34490.1849
Hunter Lab52.599683.0686-42.4566
CIE-Lab59.586982.0899-42.5632

#f33edc color RGB value is (243,62,220).

#f33edc hex color red value is 243, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f33edc hue: 0.85 , saturation: 0.88 and the lightness value of f33edc is 0.60.

The process color (four color CMYK) of #f33edc color hex is 0.00, 0.74, 0.09, 0.05. Web safe color of #f33edc is #ff33cc. Color #f33edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00111110 11011100
Octal 363 76 334
Decimal 243 62 220
Hex F3 3E DC

RGB Percentages of Color #f33edc

%46.29
%11.81
%41.90

CMYK Percentages of Color #f33edc

%0
%74
%9
%5

Triadic Colors of #f33edc

#f33edc #dcf33e #3edcf3

Analogous Colors of #f33edc

#f33edc #f33e82 #b03ef3

Monochromatic Colors of #f33edc

#f33edc

Complementary Color

#f33edc #3ef355

#f33edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f33edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f33edc Color CSS Codes

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

#f33edc Text Font Color

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

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


#f33edc Background Color

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

This div background color is #f33edc


#f33edc Border Color

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

This div border color is #f33edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f33edc


Comments

No comments written yet.

Please login to write comment.