Color Hex Logo

#d52bbf Color Hex

#D52BBF
(213,43,191)
0 Favorites   0 Comments

Color spaces of #d52bbf

RGB 21343191
HSL0.850.670.50
HSV308°80°84°
CMYK 0.000.800.10   0.16
XYZ37.708419.635551.0928
Yxy19.63550.34770.1811
Hunter Lab44.312074.3532-37.3445
CIE-Lab51.422676.7833-39.1705

#d52bbf color RGB value is (213,43,191).

#d52bbf hex color red value is 213, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d52bbf hue: 0.85 , saturation: 0.67 and the lightness value of d52bbf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101011 10111111
Octal 325 53 277
Decimal 213 43 191
Hex D5 2B BF

RGB Percentages of Color #d52bbf

%47.65
%9.62
%42.73

CMYK Percentages of Color #d52bbf

%0
%80
%10
%16

Triadic Colors of #d52bbf

#d52bbf #bfd52b #2bbfd5

Analogous Colors of #d52bbf

#d52bbf #d52b6a #962bd5

Monochromatic Colors of #d52bbf

#d52bbf

Complementary Color

#d52bbf #2bd541

#d52bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52bbf Color CSS Codes

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

#d52bbf Text Font Color

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

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


#d52bbf Background Color

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

This div background color is #d52bbf


#d52bbf Border Color

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

This div border color is #d52bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52bbf


Comments

No comments written yet.

Please login to write comment.