Color Hex Logo

#d433be Color Hex

#D433BE
(212,51,190)
0 Favorites   0 Comments

Color spaces of #d433be

RGB 21251190
HSL0.860.650.52
HSV308°76°83°
CMYK 0.000.760.10   0.17
XYZ37.629520.082450.6082
Yxy20.08240.34740.1854
Hunter Lab44.813471.4618-35.5874
CIE-Lab51.930274.3386-37.8023

#d433be color RGB value is (212,51,190).

#d433be hex color red value is 212, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d433be hue: 0.86 , saturation: 0.65 and the lightness value of d433be is 0.52.

The process color (four color CMYK) of #d433be color hex is 0.00, 0.76, 0.10, 0.17. Web safe color of #d433be is #cc33cc. Color #d433be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 10111110
Octal 324 63 276
Decimal 212 51 190
Hex D4 33 BE

RGB Percentages of Color #d433be

%46.80
%11.26
%41.94

CMYK Percentages of Color #d433be

%0
%76
%10
%17

Triadic Colors of #d433be

#d433be #bed433 #33bed4

Analogous Colors of #d433be

#d433be #d4336e #9a33d4

Monochromatic Colors of #d433be

#d433be

Complementary Color

#d433be #33d449

#d433be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433be Color CSS Codes

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

#d433be Text Font Color

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

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


#d433be Background Color

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

This div background color is #d433be


#d433be Border Color

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

This div border color is #d433be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,51,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d433be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d433be;
  -webkit-box-shadow: 1px 1px 3px 2px #d433be;
  box-shadow:         1px 1px 3px 2px #d433be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,51,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433be


Comments

No comments written yet.

Please login to write comment.