Color Hex Logo

#c335bd Color Hex

#C335BD
(195,53,189)
0 Favorites   0 Comments

Color spaces of #c335bd

RGB 19553189
HSL0.840.570.49
HSV303°73°76°
CMYK 0.000.730.03   0.24
XYZ32.964117.822449.8468
Yxy17.82240.32760.1771
Hunter Lab42.216665.4997-40.4545
CIE-Lab49.280069.9149-41.5908

#c335bd color RGB value is (195,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 10111101
Octal 303 65 275
Decimal 195 53 189
Hex C3 35 BD

RGB Percentages of Color #c335bd

%44.62
%12.13
%43.25

CMYK Percentages of Color #c335bd

%0
%73
%3
%24

Triadic Colors of #c335bd

#c335bd #bdc335 #35bdc3

Analogous Colors of #c335bd

#c335bd #c33576 #8235c3

Monochromatic Colors of #c335bd

#c335bd

Complementary Color

#c335bd #35c33b

#c335bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c335bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c335bd Color CSS Codes

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

#c335bd Text Font Color

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

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


#c335bd Background Color

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

This div background color is #c335bd


#c335bd Border Color

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

This div border color is #c335bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c335bd


Comments

No comments written yet.

Please login to write comment.