Color Hex Logo

#d241bf Color Hex

#D241BF
(210,65,191)
0 Favorites   0 Comments

Color spaces of #d241bf

RGB 21065191
HSL0.860.620.54
HSV308°69°82°
CMYK 0.000.690.09   0.18
XYZ37.872621.243851.3946
Yxy21.24380.34270.1922
Hunter Lab46.091066.0128-33.8487
CIE-Lab53.215369.5885-36.3850

#d241bf color RGB value is (210,65,191).

#d241bf hex color red value is 210, green value is 65 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d241bf hue: 0.86 , saturation: 0.62 and the lightness value of d241bf is 0.54.

The process color (four color CMYK) of #d241bf color hex is 0.00, 0.69, 0.09, 0.18. Web safe color of #d241bf is #cc33cc. Color #d241bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 10111111
Octal 322 101 277
Decimal 210 65 191
Hex D2 41 BF

RGB Percentages of Color #d241bf

%45.06
%13.95
%40.99

CMYK Percentages of Color #d241bf

%0
%69
%9
%18

Triadic Colors of #d241bf

#d241bf #bfd241 #41bfd2

Analogous Colors of #d241bf

#d241bf #d24177 #9d41d2

Monochromatic Colors of #d241bf

#d241bf

Complementary Color

#d241bf #41d254

#d241bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d241bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d241bf Color CSS Codes

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

#d241bf Text Font Color

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

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


#d241bf Background Color

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

This div background color is #d241bf


#d241bf Border Color

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

This div border color is #d241bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,65,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d241bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d241bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d241bf;
  box-shadow:         1px 1px 3px 2px #d241bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,65,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d241bf


Comments

No comments written yet.

Please login to write comment.