Color Hex Logo

#c427bf Color Hex

#C427BF
(196,39,191)
0 Favorites   0 Comments

Color spaces of #c427bf

RGB 19639191
HSL0.840.670.46
HSV302°80°77°
CMYK 0.000.800.03   0.23
XYZ32.894416.948450.8279
Yxy16.94840.32680.1684
Hunter Lab41.168470.5803-44.3835
CIE-Lab48.195074.3440-44.4663

#c427bf color RGB value is (196,39,191).

#c427bf hex color red value is 196, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c427bf hue: 0.84 , saturation: 0.67 and the lightness value of c427bf is 0.46.

The process color (four color CMYK) of #c427bf color hex is 0.00, 0.80, 0.03, 0.23. Web safe color of #c427bf is #cc33cc. Color #c427bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 10111111
Octal 304 47 277
Decimal 196 39 191
Hex C4 27 BF

RGB Percentages of Color #c427bf

%46.01
%9.15
%44.84

CMYK Percentages of Color #c427bf

%0
%80
%3
%23

Triadic Colors of #c427bf

#c427bf #bfc427 #27bfc4

Analogous Colors of #c427bf

#c427bf #c42771 #7b27c4

Monochromatic Colors of #c427bf

#c427bf

Complementary Color

#c427bf #27c42c

#c427bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427bf Color CSS Codes

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

#c427bf Text Font Color

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

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


#c427bf Background Color

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

This div background color is #c427bf


#c427bf Border Color

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

This div border color is #c427bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427bf


Comments

No comments written yet.

Please login to write comment.