Color Hex Logo

#d041bc Color Hex

#D041BC
(208,65,188)
0 Favorites   0 Comments

Color spaces of #d041bc

RGB 20865188
HSL0.860.600.54
HSV308°69°82°
CMYK 0.000.690.10   0.18
XYZ36.979820.821349.6468
Yxy20.82130.34420.1938
Hunter Lab45.630464.8070-32.5675
CIE-Lab52.753468.6654-35.3958

#d041bc color RGB value is (208,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 10111100
Octal 320 101 274
Decimal 208 65 188
Hex D0 41 BC

RGB Percentages of Color #d041bc

%45.12
%14.10
%40.78

CMYK Percentages of Color #d041bc

%0
%69
%10
%18

Triadic Colors of #d041bc

#d041bc #bcd041 #41bcd0

Analogous Colors of #d041bc

#d041bc #d04175 #9d41d0

Monochromatic Colors of #d041bc

#d041bc

Complementary Color

#d041bc #41d055

#d041bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d041bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d041bc Color CSS Codes

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

#d041bc Text Font Color

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

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


#d041bc Background Color

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

This div background color is #d041bc


#d041bc Border Color

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

This div border color is #d041bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d041bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d041bc


Comments

No comments written yet.

Please login to write comment.