Color Hex Logo

#d62bbc Color Hex

#D62BBC
(214,43,188)
0 Favorites   0 Comments

Color spaces of #d62bbc

RGB 21443188
HSL0.860.680.50
HSV309°80°84°
CMYK 0.000.800.12   0.16
XYZ37.672519.654749.3851
Yxy19.65470.35300.1842
Hunter Lab44.333674.0966-35.0121
CIE-Lab51.444576.5720-37.3814

#d62bbc color RGB value is (214,43,188).

#d62bbc hex color red value is 214, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d62bbc hue: 0.86 , saturation: 0.68 and the lightness value of d62bbc is 0.50.

The process color (four color CMYK) of #d62bbc color hex is 0.00, 0.80, 0.12, 0.16. Web safe color of #d62bbc is #cc33cc. Color #d62bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101011 10111100
Octal 326 53 274
Decimal 214 43 188
Hex D6 2B BC

RGB Percentages of Color #d62bbc

%48.09
%9.66
%42.25

CMYK Percentages of Color #d62bbc

%0
%80
%12
%16

Triadic Colors of #d62bbc

#d62bbc #bcd62b #2bbcd6

Analogous Colors of #d62bbc

#d62bbc #d62b67 #9b2bd6

Monochromatic Colors of #d62bbc

#d62bbc

Complementary Color

#d62bbc #2bd645

#d62bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62bbc Color CSS Codes

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

#d62bbc Text Font Color

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

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


#d62bbc Background Color

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

This div background color is #d62bbc


#d62bbc Border Color

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

This div border color is #d62bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62bbc


Comments

No comments written yet.

Please login to write comment.