Color Hex Logo

#d83cbe Color Hex

#D83CBE
(216,60,190)
0 Favorites   0 Comments

Color spaces of #d83cbe

RGB 21660190
HSL0.860.670.54
HSV310°72°85°
CMYK 0.000.720.12   0.15
XYZ39.229021.548450.8068
Yxy21.54840.35160.1931
Hunter Lab46.420369.6120-32.3985
CIE-Lab53.544572.5104-35.2214

#d83cbe color RGB value is (216,60,190).

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

The process color (four color CMYK) of #d83cbe color hex is 0.00, 0.72, 0.12, 0.15. Web safe color of #d83cbe is #cc33cc. Color #d83cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111100 10111110
Octal 330 74 276
Decimal 216 60 190
Hex D8 3C BE

RGB Percentages of Color #d83cbe

%46.35
%12.88
%40.77

CMYK Percentages of Color #d83cbe

%0
%72
%12
%15

Triadic Colors of #d83cbe

#d83cbe #bed83c #3cbed8

Analogous Colors of #d83cbe

#d83cbe #d83c70 #a43cd8

Monochromatic Colors of #d83cbe

#d83cbe

Complementary Color

#d83cbe #3cd856

#d83cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83cbe Color CSS Codes

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

#d83cbe Text Font Color

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

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


#d83cbe Background Color

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

This div background color is #d83cbe


#d83cbe Border Color

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

This div border color is #d83cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83cbe


Comments

No comments written yet.

Please login to write comment.