Color Hex Logo

#c735bd Color Hex

#C735BD
(199,53,189)
0 Favorites   0 Comments

Color spaces of #c735bd

RGB 19953189
HSL0.840.580.49
HSV304°73°78°
CMYK 0.000.730.05   0.22
XYZ34.011618.362449.8958
Yxy18.36240.33260.1795
Hunter Lab42.851466.6875-39.0409
CIE-Lab49.932770.7836-40.5158

#c735bd color RGB value is (199,53,189).

#c735bd hex color red value is 199, green value is 53 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c735bd hue: 0.84 , saturation: 0.58 and the lightness value of c735bd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 10111101
Octal 307 65 275
Decimal 199 53 189
Hex C7 35 BD

RGB Percentages of Color #c735bd

%45.12
%12.02
%42.86

CMYK Percentages of Color #c735bd

%0
%73
%5
%22

Triadic Colors of #c735bd

#c735bd #bdc735 #35bdc7

Analogous Colors of #c735bd

#c735bd #c73574 #8835c7

Monochromatic Colors of #c735bd

#c735bd

Complementary Color

#c735bd #35c73f

#c735bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c735bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c735bd Color CSS Codes

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

#c735bd Text Font Color

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

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


#c735bd Background Color

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

This div background color is #c735bd


#c735bd Border Color

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

This div border color is #c735bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c735bd


Comments

No comments written yet.

Please login to write comment.