Color Hex Logo

#c427de Color Hex

#C427DE
(196,39,222)
0 Favorites   0 Comments

Color spaces of #c427de

RGB 19639222
HSL0.810.730.51
HSV291°82°87°
CMYK 0.120.820.00   0.13
XYZ36.675318.460770.7375
Yxy18.46070.29140.1467
Hunter Lab42.965977.1756-67.5367
CIE-Lab50.050279.3124-59.3384

#c427de color RGB value is (196,39,222).

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

The process color (four color CMYK) of #c427de color hex is 0.12, 0.82, 0.00, 0.13. Web safe color of #c427de is #cc33cc. Color #c427de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 11011110
Octal 304 47 336
Decimal 196 39 222
Hex C4 27 DE

RGB Percentages of Color #c427de

%42.89
%8.53
%48.58

CMYK Percentages of Color #c427de

%12
%82
%0
%13

Triadic Colors of #c427de

#c427de #dec427 #27dec4

Analogous Colors of #c427de

#c427de #de279d #6927de

Monochromatic Colors of #c427de

#c427de

Complementary Color

#c427de #41de27

#c427de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427de Color CSS Codes

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

#c427de Text Font Color

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

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


#c427de Background Color

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

This div background color is #c427de


#c427de Border Color

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

This div border color is #c427de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427de


Comments

No comments written yet.

Please login to write comment.