Color Hex Logo

#c427cd Color Hex

#C427CD
(196,39,205)
0 Favorites   0 Comments

Color spaces of #c427cd

RGB 19639205
HSL0.820.680.48
HSV297°81°80°
CMYK 0.040.810.00   0.20
XYZ34.509917.594659.3348
Yxy17.59460.30970.1579
Hunter Lab41.945973.4508-54.5068
CIE-Lab49.000776.5264-51.2902

#c427cd color RGB value is (196,39,205).

#c427cd hex color red value is 196, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c427cd hue: 0.82 , saturation: 0.68 and the lightness value of c427cd is 0.48.

The process color (four color CMYK) of #c427cd color hex is 0.04, 0.81, 0.00, 0.20. Web safe color of #c427cd is #cc33cc. Color #c427cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 11001101
Octal 304 47 315
Decimal 196 39 205
Hex C4 27 CD

RGB Percentages of Color #c427cd

%44.55
%8.86
%46.59

CMYK Percentages of Color #c427cd

%4
%81
%0
%20

Triadic Colors of #c427cd

#c427cd #cdc427 #27cdc4

Analogous Colors of #c427cd

#c427cd #cd2783 #7127cd

Monochromatic Colors of #c427cd

#c427cd

Complementary Color

#c427cd #30cd27

#c427cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427cd Color CSS Codes

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

#c427cd Text Font Color

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

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


#c427cd Background Color

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

This div background color is #c427cd


#c427cd Border Color

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

This div border color is #c427cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427cd


Comments

No comments written yet.

Please login to write comment.