Color Hex Logo

#c630bd Color Hex

#C630BD
(198,48,189)
0 Favorites   0 Comments

Color spaces of #c630bd

RGB 19848189
HSL0.840.610.48
HSV304°76°78°
CMYK 0.000.760.05   0.22
XYZ33.531017.793849.8114
Yxy17.79380.33150.1759
Hunter Lab42.182768.0698-40.4847
CIE-Lab49.245072.0679-41.6145

#c630bd color RGB value is (198,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 10111101
Octal 306 60 275
Decimal 198 48 189
Hex C6 30 BD

RGB Percentages of Color #c630bd

%45.52
%11.03
%43.45

CMYK Percentages of Color #c630bd

%0
%76
%5
%22

Triadic Colors of #c630bd

#c630bd #bdc630 #30bdc6

Analogous Colors of #c630bd

#c630bd #c63072 #8430c6

Monochromatic Colors of #c630bd

#c630bd

Complementary Color

#c630bd #30c639

#c630bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c630bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c630bd Color CSS Codes

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

#c630bd Text Font Color

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

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


#c630bd Background Color

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

This div background color is #c630bd


#c630bd Border Color

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

This div border color is #c630bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c630bd


Comments

No comments written yet.

Please login to write comment.