Color Hex Logo

#c427ed Color Hex

#C427ED
(196,39,237)
0 Favorites   0 Comments

Color spaces of #c427ed

RGB 19639237
HSL0.800.850.54
HSV288°84°93°
CMYK 0.170.840.00   0.07
XYZ38.776519.301281.8025
Yxy19.30120.27720.1380
Hunter Lab43.933180.6657-79.6435
CIE-Lab51.037781.8786-66.2337

#c427ed color RGB value is (196,39,237).

#c427ed hex color red value is 196, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c427ed hue: 0.80 , saturation: 0.85 and the lightness value of c427ed is 0.54.

The process color (four color CMYK) of #c427ed color hex is 0.17, 0.84, 0.00, 0.07. Web safe color of #c427ed is #cc33ff. Color #c427ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 11101101
Octal 304 47 355
Decimal 196 39 237
Hex C4 27 ED

RGB Percentages of Color #c427ed

%41.53
%8.26
%50.21

CMYK Percentages of Color #c427ed

%17
%84
%0
%7

Triadic Colors of #c427ed

#c427ed #edc427 #27edc4

Analogous Colors of #c427ed

#c427ed #ed27b3 #6127ed

Monochromatic Colors of #c427ed

#c427ed

Complementary Color

#c427ed #50ed27

#c427ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427ed Color CSS Codes

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

#c427ed Text Font Color

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

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


#c427ed Background Color

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

This div background color is #c427ed


#c427ed Border Color

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

This div border color is #c427ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427ed


Comments

No comments written yet.

Please login to write comment.