Color Hex Logo

#c742bd Color Hex

#C742BD
(199,66,189)
0 Favorites   0 Comments

Color spaces of #c742bd

RGB 19966189
HSL0.850.540.52
HSV305°67°78°
CMYK 0.000.670.05   0.22
XYZ34.686719.712750.1208
Yxy19.71270.33190.1886
Hunter Lab44.399061.7549-35.8516
CIE-Lab51.510866.3148-38.0265

#c742bd color RGB value is (199,66,189).

#c742bd hex color red value is 199, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c742bd hue: 0.85 , saturation: 0.54 and the lightness value of c742bd is 0.52.

The process color (four color CMYK) of #c742bd color hex is 0.00, 0.67, 0.05, 0.22. Web safe color of #c742bd is #cc33cc. Color #c742bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 10111101
Octal 307 102 275
Decimal 199 66 189
Hex C7 42 BD

RGB Percentages of Color #c742bd

%43.83
%14.54
%41.63

CMYK Percentages of Color #c742bd

%0
%67
%5
%22

Triadic Colors of #c742bd

#c742bd #bdc742 #42bdc7

Analogous Colors of #c742bd

#c742bd #c7427b #8f42c7

Monochromatic Colors of #c742bd

#c742bd

Complementary Color

#c742bd #42c74c

#c742bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c742bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c742bd Color CSS Codes

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

#c742bd Text Font Color

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

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


#c742bd Background Color

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

This div background color is #c742bd


#c742bd Border Color

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

This div border color is #c742bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c742bd


Comments

No comments written yet.

Please login to write comment.