Color Hex Logo

#d01bbf Color Hex

#D01BBF
(208,27,191)
0 Favorites   0 Comments

Color spaces of #d01bbf

RGB 20827191
HSL0.850.770.46
HSV306°87°82°
CMYK 0.000.870.08   0.18
XYZ35.808317.955450.8686
Yxy17.95540.34220.1716
Hunter Lab42.373876.6886-41.5144
CIE-Lab49.442079.0427-42.3577

#d01bbf color RGB value is (208,27,191).

#d01bbf hex color red value is 208, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d01bbf hue: 0.85 , saturation: 0.77 and the lightness value of d01bbf is 0.46.

The process color (four color CMYK) of #d01bbf color hex is 0.00, 0.87, 0.08, 0.18. Web safe color of #d01bbf is #cc33cc. Color #d01bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011011 10111111
Octal 320 33 277
Decimal 208 27 191
Hex D0 1B BF

RGB Percentages of Color #d01bbf

%48.83
%6.34
%44.84

CMYK Percentages of Color #d01bbf

%0
%87
%8
%18

Triadic Colors of #d01bbf

#d01bbf #bfd01b #1bbfd0

Analogous Colors of #d01bbf

#d01bbf #d01b65 #871bd0

Monochromatic Colors of #d01bbf

#d01bbf

Complementary Color

#d01bbf #1bd02c

#d01bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01bbf Color CSS Codes

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

#d01bbf Text Font Color

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

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


#d01bbf Background Color

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

This div background color is #d01bbf


#d01bbf Border Color

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

This div border color is #d01bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,27,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d01bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d01bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #d01bbf;
  box-shadow:         1px 1px 3px 2px #d01bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,27,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01bbf


Comments

No comments written yet.

Please login to write comment.