Color Hex Logo

#c227bd Color Hex

#C227BD
(194,39,189)
0 Favorites   0 Comments

Color spaces of #c227bd

RGB 19439189
HSL0.840.670.46
HSV302°80°76°
CMYK 0.000.800.03   0.24
XYZ32.159016.594549.6522
Yxy16.59450.32680.1686
Hunter Lab40.736369.6269-43.7512
CIE-Lab47.745073.6477-44.0365

#c227bd color RGB value is (194,39,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100111 10111101
Octal 302 47 275
Decimal 194 39 189
Hex C2 27 BD

RGB Percentages of Color #c227bd

%45.97
%9.24
%44.79

CMYK Percentages of Color #c227bd

%0
%80
%3
%24

Triadic Colors of #c227bd

#c227bd #bdc227 #27bdc2

Analogous Colors of #c227bd

#c227bd #c22770 #7a27c2

Monochromatic Colors of #c227bd

#c227bd

Complementary Color

#c227bd #27c22c

#c227bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c227bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c227bd Color CSS Codes

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

#c227bd Text Font Color

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

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


#c227bd Background Color

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

This div background color is #c227bd


#c227bd Border Color

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

This div border color is #c227bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c227bd


Comments

No comments written yet.

Please login to write comment.