Color Hex Logo

#f15dcd Color Hex

#F15DCD
(241,93,205)
0 Favorites   0 Comments

Color spaces of #f15dcd

RGB 24193205
HSL0.870.840.65
HSV315°61°95°
CMYK 0.000.610.15   0.05
XYZ51.209430.937361.0301
Yxy30.93730.35770.2161
Hunter Lab55.621367.0040-26.1206
CIE-Lab62.454768.6890-29.6349

#f15dcd color RGB value is (241,93,205).

#f15dcd hex color red value is 241, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f15dcd hue: 0.87 , saturation: 0.84 and the lightness value of f15dcd is 0.65.

The process color (four color CMYK) of #f15dcd color hex is 0.00, 0.61, 0.15, 0.05. Web safe color of #f15dcd is #ff66cc. Color #f15dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011101 11001101
Octal 361 135 315
Decimal 241 93 205
Hex F1 5D CD

RGB Percentages of Color #f15dcd

%44.71
%17.25
%38.03

CMYK Percentages of Color #f15dcd

%0
%61
%15
%5

Triadic Colors of #f15dcd

#f15dcd #cdf15d #5dcdf1

Analogous Colors of #f15dcd

#f15dcd #f15d83 #cb5df1

Monochromatic Colors of #f15dcd

#f15dcd

Complementary Color

#f15dcd #5df181

#f15dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15dcd Color CSS Codes

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

#f15dcd Text Font Color

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

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


#f15dcd Background Color

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

This div background color is #f15dcd


#f15dcd Border Color

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

This div border color is #f15dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15dcd


Comments

No comments written yet.

Please login to write comment.