Color Hex Logo

#c242bd Color Hex

#C242BD
(194,66,189)
0 Favorites   0 Comments

Color spaces of #c242bd

RGB 19466189
HSL0.840.510.51
HSV302°66°76°
CMYK 0.000.660.03   0.24
XYZ33.381719.039950.0598
Yxy19.03990.32570.1858
Hunter Lab43.634760.1963-37.4759
CIE-Lab50.733965.1255-39.3034

#c242bd color RGB value is (194,66,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 10111101
Octal 302 102 275
Decimal 194 66 189
Hex C2 42 BD

RGB Percentages of Color #c242bd

%43.21
%14.70
%42.09

CMYK Percentages of Color #c242bd

%0
%66
%3
%24

Triadic Colors of #c242bd

#c242bd #bdc242 #42bdc2

Analogous Colors of #c242bd

#c242bd #c2427d #8742c2

Monochromatic Colors of #c242bd

#c242bd

Complementary Color

#c242bd #42c247

#c242bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c242bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c242bd Color CSS Codes

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

#c242bd Text Font Color

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

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


#c242bd Background Color

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

This div background color is #c242bd


#c242bd Border Color

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

This div border color is #c242bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,66,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 #c242bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c242bd


Comments

No comments written yet.

Please login to write comment.