color codes Logo

#c426dd color codes

#C426DD
(196,38,221)
0 Favorites   0 Comments

Color spaces of #c426dd

RGB 19638221
HSL0.810.730.51
HSV292°83°87°
CMYK 0.110.830.00   0.13
XYZ36.509218.342470.0228
Yxy18.34240.29240.1469
Hunter Lab42.828077.2151-66.9581
CIE-Lab49.908879.3715-58.9969

#c426dd color RGB value is (196,38,221).

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

The process color (four color CMYK) of #c426dd color code is 0.11, 0.83, 0.00, 0.13. Web safe color of #c426dd is #cc33cc. Color #c426dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 11011101
Octal 304 46 335
Decimal 196 38 221
Hex C4 26 DD

RGB Percentages of Color #c426dd

%43.08
%8.35
%48.57

CMYK Percentages of Color #c426dd

%11
%83
%0
%13

Triadic Colors of #c426dd

#c426dd #ddc426 #26ddc4

Analogous Colors of #c426dd

#c426dd #dd269b #6926dd

Monochromatic Colors of #c426dd

#c426dd

Complementary Color

#c426dd #3fdd26

#c426dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426dd Color CSS Codes

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

#c426dd Text Font Color

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

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


#c426dd Background Color

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

This div background color is #c426dd


#c426dd Border Color

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

This div border color is #c426dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426dd


Comments

No comments written yet.

Please login to write comment.