Color Hex Logo

#d143be Color Hex

#D143BE
(209,67,190)
0 Favorites   0 Comments

Color spaces of #d143be

RGB 20967190
HSL0.860.610.54
HSV308°68°82°
CMYK 0.000.680.09   0.18
XYZ37.595921.287350.8425
Yxy21.28730.34260.1940
Hunter Lab46.138264.7098-33.0386
CIE-Lab53.262568.4868-35.7440

#d143be color RGB value is (209,67,190).

#d143be hex color red value is 209, green value is 67 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d143be hue: 0.86 , saturation: 0.61 and the lightness value of d143be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 10111110
Octal 321 103 276
Decimal 209 67 190
Hex D1 43 BE

RGB Percentages of Color #d143be

%44.85
%14.38
%40.77

CMYK Percentages of Color #d143be

%0
%68
%9
%18

Triadic Colors of #d143be

#d143be #bed143 #43bed1

Analogous Colors of #d143be

#d143be #d14377 #9d43d1

Monochromatic Colors of #d143be

#d143be

Complementary Color

#d143be #43d156

#d143be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143be Color CSS Codes

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

#d143be Text Font Color

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

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


#d143be Background Color

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

This div background color is #d143be


#d143be Border Color

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

This div border color is #d143be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,67,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d143be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d143be;
  -webkit-box-shadow: 1px 1px 3px 2px #d143be;
  box-shadow:         1px 1px 3px 2px #d143be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,67,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143be


Comments

No comments written yet.

Please login to write comment.