Color Hex Logo

#c43ddd Color Hex

#C43DDD
(196,61,221)
0 Favorites   0 Comments

Color spaces of #c43ddd

RGB 19661221
HSL0.810.700.55
HSV291°72°87°
CMYK 0.110.720.00   0.13
XYZ37.484820.293770.3480
Yxy20.29370.29260.1584
Hunter Lab45.048569.6946-61.0536
CIE-Lab52.167772.8441-55.3691

#c43ddd color RGB value is (196,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111101 11011101
Octal 304 75 335
Decimal 196 61 221
Hex C4 3D DD

RGB Percentages of Color #c43ddd

%41.00
%12.76
%46.23

CMYK Percentages of Color #c43ddd

%11
%72
%0
%13

Triadic Colors of #c43ddd

#c43ddd #ddc43d #3dddc4

Analogous Colors of #c43ddd

#c43ddd #dd3da6 #743ddd

Monochromatic Colors of #c43ddd

#c43ddd

Complementary Color

#c43ddd #56dd3d

#c43ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43ddd Color CSS Codes

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

#c43ddd Text Font Color

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

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


#c43ddd Background Color

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

This div background color is #c43ddd


#c43ddd Border Color

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

This div border color is #c43ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43ddd


Comments

No comments written yet.

Please login to write comment.