Color Hex Logo

#d33abf Color Hex

#D33ABF
(211,58,191)
0 Favorites   0 Comments

Color spaces of #d33abf

RGB 21158191
HSL0.860.630.53
HSV308°73°83°
CMYK 0.000.730.09   0.17
XYZ37.781020.636651.2822
Yxy20.63660.34440.1881
Hunter Lab45.427568.9561-35.1320
CIE-Lab52.549572.1616-37.4194

#d33abf color RGB value is (211,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111010 10111111
Octal 323 72 277
Decimal 211 58 191
Hex D3 3A BF

RGB Percentages of Color #d33abf

%45.87
%12.61
%41.52

CMYK Percentages of Color #d33abf

%0
%73
%9
%17

Triadic Colors of #d33abf

#d33abf #bfd33a #3abfd3

Analogous Colors of #d33abf

#d33abf #d33a73 #9b3ad3

Monochromatic Colors of #d33abf

#d33abf

Complementary Color

#d33abf #3ad34e

#d33abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33abf Color CSS Codes

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

#d33abf Text Font Color

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

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


#d33abf Background Color

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

This div background color is #d33abf


#d33abf Border Color

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

This div border color is #d33abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33abf


Comments

No comments written yet.

Please login to write comment.