Color Hex Logo

#d433bc Color Hex

#D433BC
(212,51,188)
0 Favorites   0 Comments

Color spaces of #d433bc

RGB 21251188
HSL0.860.650.52
HSV309°76°83°
CMYK 0.000.760.11   0.17
XYZ37.412319.995549.4646
Yxy19.99550.35010.1871
Hunter Lab44.716371.0900-34.2844
CIE-Lab51.832174.0538-36.7956

#d433bc color RGB value is (212,51,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 10111100
Octal 324 63 274
Decimal 212 51 188
Hex D4 33 BC

RGB Percentages of Color #d433bc

%47.01
%11.31
%41.69

CMYK Percentages of Color #d433bc

%0
%76
%11
%17

Triadic Colors of #d433bc

#d433bc #bcd433 #33bcd4

Analogous Colors of #d433bc

#d433bc #d4336c #9c33d4

Monochromatic Colors of #d433bc

#d433bc

Complementary Color

#d433bc #33d44b

#d433bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433bc Color CSS Codes

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

#d433bc Text Font Color

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

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


#d433bc Background Color

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

This div background color is #d433bc


#d433bc Border Color

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

This div border color is #d433bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433bc


Comments

No comments written yet.

Please login to write comment.