Color Hex Logo

#d61183 Color Hex

#D61183
(214,17,131)
0 Favorites   0 Comments

Color spaces of #d61183

RGB 21417131
HSL0.900.850.45
HSV325°92°84°
CMYK 0.000.920.39   0.16
XYZ32.028716.335722.9377
Yxy16.33570.44920.2291
Hunter Lab40.417470.7213-5.3560
CIE-Lab47.411974.6124-9.6727

#d61183 color RGB value is (214,17,131).

#d61183 hex color red value is 214, green value is 17 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d61183 hue: 0.90 , saturation: 0.85 and the lightness value of d61183 is 0.45.

The process color (four color CMYK) of #d61183 color hex is 0.00, 0.92, 0.39, 0.16. Web safe color of #d61183 is #cc0099. Color #d61183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 10000011
Octal 326 21 203
Decimal 214 17 131
Hex D6 11 83

RGB Percentages of Color #d61183

%59.12
%4.70
%36.19

CMYK Percentages of Color #d61183

%0
%92
%39
%16

Triadic Colors of #d61183

#d61183 #83d611 #1183d6

Analogous Colors of #d61183

#d61183 #d61121 #c711d6

Monochromatic Colors of #d61183

#d61183

Complementary Color

#d61183 #11d664

#d61183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61183 Color CSS Codes

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

#d61183 Text Font Color

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

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


#d61183 Background Color

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

This div background color is #d61183


#d61183 Border Color

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

This div border color is #d61183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,17,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61183;
  -webkit-box-shadow: 1px 1px 3px 2px #d61183;
  box-shadow:         1px 1px 3px 2px #d61183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,17,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61183


Comments

No comments written yet.

Please login to write comment.