Color Hex Logo

#c43dbe Color Hex

#C43DBE
(196,61,190)
0 Favorites   0 Comments

Color spaces of #c43dbe

RGB 19661190
HSL0.840.530.50
HSV303°69°77°
CMYK 0.000.690.03   0.23
XYZ33.728018.791050.5646
Yxy18.79100.32720.1823
Hunter Lab43.348663.0245-38.8157
CIE-Lab50.441867.6001-40.3241

#c43dbe color RGB value is (196,61,190).

#c43dbe hex color red value is 196, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c43dbe hue: 0.84 , saturation: 0.53 and the lightness value of c43dbe is 0.50.

The process color (four color CMYK) of #c43dbe color hex is 0.00, 0.69, 0.03, 0.23. Web safe color of #c43dbe is #cc33cc. Color #c43dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111101 10111110
Octal 304 75 276
Decimal 196 61 190
Hex C4 3D BE

RGB Percentages of Color #c43dbe

%43.85
%13.65
%42.51

CMYK Percentages of Color #c43dbe

%0
%69
%3
%23

Triadic Colors of #c43dbe

#c43dbe #bec43d #3dbec4

Analogous Colors of #c43dbe

#c43dbe #c43d7b #873dc4

Monochromatic Colors of #c43dbe

#c43dbe

Complementary Color

#c43dbe #3dc443

#c43dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43dbe Color CSS Codes

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

#c43dbe Text Font Color

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

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


#c43dbe Background Color

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

This div background color is #c43dbe


#c43dbe Border Color

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

This div border color is #c43dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43dbe


Comments

No comments written yet.

Please login to write comment.