Color Hex Logo

#c43abf Color Hex

#C43ABF
(196,58,191)
0 Favorites   0 Comments

Color spaces of #c43abf

RGB 19658191
HSL0.840.540.50
HSV302°70°77°
CMYK 0.000.700.03   0.23
XYZ33.682018.523551.0904
Yxy18.52350.32610.1793
Hunter Lab43.038964.3748-40.2544
CIE-Lab50.125068.8045-41.4052

#c43abf color RGB value is (196,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111010 10111111
Octal 304 72 277
Decimal 196 58 191
Hex C4 3A BF

RGB Percentages of Color #c43abf

%44.04
%13.03
%42.92

CMYK Percentages of Color #c43abf

%0
%70
%3
%23

Triadic Colors of #c43abf

#c43abf #bfc43a #3abfc4

Analogous Colors of #c43abf

#c43abf #c43a7a #843ac4

Monochromatic Colors of #c43abf

#c43abf

Complementary Color

#c43abf #3ac43f

#c43abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43abf Color CSS Codes

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

#c43abf Text Font Color

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

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


#c43abf Background Color

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

This div background color is #c43abf


#c43abf Border Color

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

This div border color is #c43abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43abf


Comments

No comments written yet.

Please login to write comment.