Color Hex Logo

#c43aff Color Hex

#C43AFF
(196,58,255)
0 Favorites   0 Comments

Color spaces of #c43aff

RGB 19658255
HSL0.781.000.61
HSV282°77°100°
CMYK 0.230.770.00   0.00
XYZ42.328021.981996.6197
Yxy21.98190.26300.1366
Hunter Lab46.884979.1026-89.3647
CIE-Lab54.007880.0691-71.4874

#c43aff color RGB value is (196,58,255).

#c43aff hex color red value is 196, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c43aff hue: 0.78 , saturation: 1.00 and the lightness value of c43aff is 0.61.

The process color (four color CMYK) of #c43aff color hex is 0.23, 0.77, 0.00, 0.00. Web safe color of #c43aff is #cc33ff. Color #c43aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111010 11111111
Octal 304 72 377
Decimal 196 58 255
Hex C4 3A FF

RGB Percentages of Color #c43aff

%38.51
%11.39
%50.10

CMYK Percentages of Color #c43aff

%23
%77
%0
%0

Triadic Colors of #c43aff

#c43aff #ffc43a #3affc4

Analogous Colors of #c43aff

#c43aff #ff3ad8 #623aff

Monochromatic Colors of #c43aff

#c43aff

Complementary Color

#c43aff #75ff3a

#c43aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43aff Color CSS Codes

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

#c43aff Text Font Color

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

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


#c43aff Background Color

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

This div background color is #c43aff


#c43aff Border Color

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

This div border color is #c43aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43aff

Related Colors


Comments

No comments written yet.

Please login to write comment.