Color Hex Logo

#d337bf Color Hex

#D337BF
(211,55,191)
0 Favorites   0 Comments

Color spaces of #d337bf

RGB 21155191
HSL0.850.640.52
HSV308°74°83°
CMYK 0.000.740.09   0.17
XYZ37.634120.342851.2332
Yxy20.34280.34460.1863
Hunter Lab45.103070.0108-35.7763
CIE-Lab52.222673.0934-37.9334

#d337bf color RGB value is (211,55,191).

#d337bf hex color red value is 211, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d337bf hue: 0.85 , saturation: 0.64 and the lightness value of d337bf is 0.52.

The process color (four color CMYK) of #d337bf color hex is 0.00, 0.74, 0.09, 0.17. Web safe color of #d337bf is #cc33cc. Color #d337bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 10111111
Octal 323 67 277
Decimal 211 55 191
Hex D3 37 BF

RGB Percentages of Color #d337bf

%46.17
%12.04
%41.79

CMYK Percentages of Color #d337bf

%0
%74
%9
%17

Triadic Colors of #d337bf

#d337bf #bfd337 #37bfd3

Analogous Colors of #d337bf

#d337bf #d33771 #9937d3

Monochromatic Colors of #d337bf

#d337bf

Complementary Color

#d337bf #37d34b

#d337bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d337bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d337bf Color CSS Codes

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

#d337bf Text Font Color

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

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


#d337bf Background Color

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

This div background color is #d337bf


#d337bf Border Color

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

This div border color is #d337bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d337bf


Comments

No comments written yet.

Please login to write comment.