Color Hex Logo

#c43efa Color Hex

#C43EFA
(196,62,250)
0 Favorites   0 Comments

Color spaces of #c43efa

RGB 19662250
HSL0.790.950.61
HSV283°75°98°
CMYK 0.220.750.00   0.02
XYZ41.742922.083192.5049
Yxy22.08310.26700.1413
Hunter Lab46.992776.3218-83.8173
CIE-Lab54.115177.8392-68.5345

#c43efa color RGB value is (196,62,250).

#c43efa hex color red value is 196, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c43efa hue: 0.79 , saturation: 0.95 and the lightness value of c43efa is 0.61.

The process color (four color CMYK) of #c43efa color hex is 0.22, 0.75, 0.00, 0.02. Web safe color of #c43efa is #cc33ff. Color #c43efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111110 11111010
Octal 304 76 372
Decimal 196 62 250
Hex C4 3E FA

RGB Percentages of Color #c43efa

%38.58
%12.20
%49.21

CMYK Percentages of Color #c43efa

%22
%75
%0
%2

Triadic Colors of #c43efa

#c43efa #fac43e #3efac4

Analogous Colors of #c43efa

#c43efa #fa3ed2 #663efa

Monochromatic Colors of #c43efa

#c43efa

Complementary Color

#c43efa #74fa3e

#c43efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43efa Color CSS Codes

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

#c43efa Text Font Color

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

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


#c43efa Background Color

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

This div background color is #c43efa


#c43efa Border Color

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

This div border color is #c43efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43efa


Comments

No comments written yet.

Please login to write comment.