Color Hex Logo

#c638bd Color Hex

#C638BD
(198,56,189)
0 Favorites   0 Comments

Color spaces of #c638bd

RGB 19856189
HSL0.840.560.50
HSV304°72°78°
CMYK 0.000.720.05   0.22
XYZ33.888218.508249.9305
Yxy18.50820.33120.1809
Hunter Lab43.021265.3192-38.6974
CIE-Lab50.106869.6036-40.2515

#c638bd color RGB value is (198,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111000 10111101
Octal 306 70 275
Decimal 198 56 189
Hex C6 38 BD

RGB Percentages of Color #c638bd

%44.70
%12.64
%42.66

CMYK Percentages of Color #c638bd

%0
%72
%5
%22

Triadic Colors of #c638bd

#c638bd #bdc638 #38bdc6

Analogous Colors of #c638bd

#c638bd #c63876 #8838c6

Monochromatic Colors of #c638bd

#c638bd

Complementary Color

#c638bd #38c641

#c638bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c638bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c638bd Color CSS Codes

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

#c638bd Text Font Color

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

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


#c638bd Background Color

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

This div background color is #c638bd


#c638bd Border Color

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

This div border color is #c638bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c638bd


Comments

No comments written yet.

Please login to write comment.