Color Hex Logo

#f585ef Color Hex

#F585EF
(245,133,239)
0 Favorites   0 Comments

Color spaces of #f585ef

RGB 245133239
HSL0.840.850.74
HSV303°46°96°
CMYK 0.000.460.02   0.04
XYZ61.623742.419586.6012
Yxy42.41950.32320.2225
Hunter Lab65.130354.9118-33.2445
CIE-Lab71.159257.0666-35.0295

#f585ef color RGB value is (245,133,239).

#f585ef hex color red value is 245, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f585ef hue: 0.84 , saturation: 0.85 and the lightness value of f585ef is 0.74.

The process color (four color CMYK) of #f585ef color hex is 0.00, 0.46, 0.02, 0.04. Web safe color of #f585ef is #ff99ff. Color #f585ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 11101111
Octal 365 205 357
Decimal 245 133 239
Hex F5 85 EF

RGB Percentages of Color #f585ef

%39.71
%21.56
%38.74

CMYK Percentages of Color #f585ef

%0
%46
%2
%4

Triadic Colors of #f585ef

#f585ef #eff585 #85eff5

Analogous Colors of #f585ef

#f585ef #f585b7 #c385f5

Monochromatic Colors of #f585ef

#f585ef

Complementary Color

#f585ef #85f58b

#f585ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f585ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f585ef Color CSS Codes

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

#f585ef Text Font Color

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

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


#f585ef Background Color

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

This div background color is #f585ef


#f585ef Border Color

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

This div border color is #f585ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,133,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f585ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f585ef;
  -webkit-box-shadow: 1px 1px 3px 2px #f585ef;
  box-shadow:         1px 1px 3px 2px #f585ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,133,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f585ef


Comments

No comments written yet.

Please login to write comment.