Color Hex Logo

#d241bc Color Hex

#D241BC
(210,65,188)
0 Favorites   0 Comments

Color spaces of #d241bc

RGB 21065188
HSL0.860.620.54
HSV309°69°82°
CMYK 0.000.690.10   0.18
XYZ37.545721.113149.6733
Yxy21.11310.34660.1949
Hunter Lab45.949065.4446-31.9313
CIE-Lab53.073169.1400-34.8720

#d241bc color RGB value is (210,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 10111100
Octal 322 101 274
Decimal 210 65 188
Hex D2 41 BC

RGB Percentages of Color #d241bc

%45.36
%14.04
%40.60

CMYK Percentages of Color #d241bc

%0
%69
%10
%18

Triadic Colors of #d241bc

#d241bc #bcd241 #41bcd2

Analogous Colors of #d241bc

#d241bc #d24174 #a041d2

Monochromatic Colors of #d241bc

#d241bc

Complementary Color

#d241bc #41d257

#d241bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d241bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d241bc Color CSS Codes

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

#d241bc Text Font Color

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

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


#d241bc Background Color

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

This div background color is #d241bc


#d241bc Border Color

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

This div border color is #d241bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d241bc


Comments

No comments written yet.

Please login to write comment.