Color Hex Logo

#c43bce Color Hex

#C43BCE
(196,59,206)
0 Favorites   0 Comments

Color spaces of #c43bce

RGB 19659206
HSL0.820.600.52
HSV296°71°81°
CMYK 0.050.710.00   0.19
XYZ35.469519.319960.2522
Yxy19.31990.30830.1679
Hunter Lab43.954467.1224-50.5060
CIE-Lab51.059470.9286-48.5783

#c43bce color RGB value is (196,59,206).

#c43bce hex color red value is 196, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c43bce hue: 0.82 , saturation: 0.60 and the lightness value of c43bce is 0.52.

The process color (four color CMYK) of #c43bce color hex is 0.05, 0.71, 0.00, 0.19. Web safe color of #c43bce is #cc33cc. Color #c43bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111011 11001110
Octal 304 73 316
Decimal 196 59 206
Hex C4 3B CE

RGB Percentages of Color #c43bce

%42.52
%12.80
%44.69

CMYK Percentages of Color #c43bce

%5
%71
%0
%19

Triadic Colors of #c43bce

#c43bce #cec43b #3bcec4

Analogous Colors of #c43bce

#c43bce #ce3b8f #7b3bce

Monochromatic Colors of #c43bce

#c43bce

Complementary Color

#c43bce #45ce3b

#c43bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43bce Color CSS Codes

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

#c43bce Text Font Color

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

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


#c43bce Background Color

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

This div background color is #c43bce


#c43bce Border Color

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

This div border color is #c43bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,59,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43bce


Comments

No comments written yet.

Please login to write comment.