Color Hex Logo

#d23386 Color Hex

#D23386
(210,51,134)
0 Favorites   0 Comments

Color spaces of #d23386

RGB 21051134
HSL0.910.640.51
HSV329°76°82°
CMYK 0.000.760.36   0.18
XYZ32.065217.790524.2981
Yxy17.79050.43240.2399
Hunter Lab42.178861.8866-4.6303
CIE-Lab49.241066.8603-8.8266

#d23386 color RGB value is (210,51,134).

#d23386 hex color red value is 210, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d23386 hue: 0.91 , saturation: 0.64 and the lightness value of d23386 is 0.51.

The process color (four color CMYK) of #d23386 color hex is 0.00, 0.76, 0.36, 0.18. Web safe color of #d23386 is #cc3399. Color #d23386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110011 10000110
Octal 322 63 206
Decimal 210 51 134
Hex D2 33 86

RGB Percentages of Color #d23386

%53.16
%12.91
%33.92

CMYK Percentages of Color #d23386

%0
%76
%36
%18

Triadic Colors of #d23386

#d23386 #86d233 #3386d2

Analogous Colors of #d23386

#d23386 #d23337 #cf33d2

Monochromatic Colors of #d23386

#d23386

Complementary Color

#d23386 #33d27f

#d23386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23386 Color CSS Codes

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

#d23386 Text Font Color

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

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


#d23386 Background Color

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

This div background color is #d23386


#d23386 Border Color

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

This div border color is #d23386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23386


Comments

No comments written yet.

Please login to write comment.