Color Hex Logo

#c635bd Color Hex

#C635BD
(198,53,189)
0 Favorites   0 Comments

Color spaces of #c635bd

RGB 19853189
HSL0.840.580.49
HSV304°73°78°
CMYK 0.000.730.05   0.22
XYZ33.747118.226149.8834
Yxy18.22610.33130.1789
Hunter Lab42.692066.3892-39.3928
CIE-Lab49.769270.5659-40.7850

#c635bd color RGB value is (198,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110101 10111101
Octal 306 65 275
Decimal 198 53 189
Hex C6 35 BD

RGB Percentages of Color #c635bd

%45.00
%12.05
%42.95

CMYK Percentages of Color #c635bd

%0
%73
%5
%22

Triadic Colors of #c635bd

#c635bd #bdc635 #35bdc6

Analogous Colors of #c635bd

#c635bd #c63575 #8735c6

Monochromatic Colors of #c635bd

#c635bd

Complementary Color

#c635bd #35c63e

#c635bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c635bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c635bd Color CSS Codes

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

#c635bd Text Font Color

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

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


#c635bd Background Color

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

This div background color is #c635bd


#c635bd Border Color

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

This div border color is #c635bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c635bd


Comments

No comments written yet.

Please login to write comment.