Color Hex Logo

#d33bbf Color Hex

#D33BBF
(211,59,191)
0 Favorites   0 Comments

Color spaces of #d33bbf

RGB 21159191
HSL0.860.630.53
HSV308°72°83°
CMYK 0.000.720.09   0.17
XYZ37.831920.738451.2992
Yxy20.73840.34430.1888
Hunter Lab45.539468.5949-34.9113
CIE-Lab52.662071.8416-37.2425

#d33bbf color RGB value is (211,59,191).

#d33bbf hex color red value is 211, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d33bbf hue: 0.86 , saturation: 0.63 and the lightness value of d33bbf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111011 10111111
Octal 323 73 277
Decimal 211 59 191
Hex D3 3B BF

RGB Percentages of Color #d33bbf

%45.77
%12.80
%41.43

CMYK Percentages of Color #d33bbf

%0
%72
%9
%17

Triadic Colors of #d33bbf

#d33bbf #bfd33b #3bbfd3

Analogous Colors of #d33bbf

#d33bbf #d33b73 #9b3bd3

Monochromatic Colors of #d33bbf

#d33bbf

Complementary Color

#d33bbf #3bd34f

#d33bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33bbf Color CSS Codes

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

#d33bbf Text Font Color

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

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


#d33bbf Background Color

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

This div background color is #d33bbf


#d33bbf Border Color

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

This div border color is #d33bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33bbf


Comments

No comments written yet.

Please login to write comment.