Color Hex Logo

#c43edd Color Hex

#C43EDD
(196,62,221)
0 Favorites   0 Comments

Color spaces of #c43edd

RGB 19662221
HSL0.810.700.55
HSV291°72°87°
CMYK 0.110.720.00   0.13
XYZ37.538720.401570.3660
Yxy20.40150.29260.1590
Hunter Lab45.168069.3056-60.7486
CIE-Lab52.288272.5004-55.1761

#c43edd color RGB value is (196,62,221).

#c43edd hex color red value is 196, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c43edd hue: 0.81 , saturation: 0.70 and the lightness value of c43edd is 0.55.

The process color (four color CMYK) of #c43edd color hex is 0.11, 0.72, 0.00, 0.13. Web safe color of #c43edd is #cc33cc. Color #c43edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111110 11011101
Octal 304 76 335
Decimal 196 62 221
Hex C4 3E DD

RGB Percentages of Color #c43edd

%40.92
%12.94
%46.14

CMYK Percentages of Color #c43edd

%11
%72
%0
%13

Triadic Colors of #c43edd

#c43edd #ddc43e #3eddc4

Analogous Colors of #c43edd

#c43edd #dd3ea7 #753edd

Monochromatic Colors of #c43edd

#c43edd

Complementary Color

#c43edd #57dd3e

#c43edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43edd Color CSS Codes

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

#c43edd Text Font Color

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

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


#c43edd Background Color

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

This div background color is #c43edd


#c43edd Border Color

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

This div border color is #c43edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43edd


Comments

No comments written yet.

Please login to write comment.